@charset "utf-8";

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

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

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

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

a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6,
.under h1 {
  font-size: 140%;
  margin-bottom: 25px;
}

h2,
.under h1 {
  background: #b3000b;
  padding: 8px 6px;
  color: #fff;
  font-size: 135%;
}

h3,
.under h2 {
  border-left: 5px solid #000;
  padding-left: 8px;
  font-size: 120%;
}

h4,
.under h3 {
  border-bottom: 3px solid #000;
  padding: 10px 0;
  font-size: 120%;
}

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

h5 {
  border: 2px solid #000;
  padding: 5px;
  font-size: 120%;
}

h6 {
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size: 100%;
}

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

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

article ul li {
  position: relative;
}

article ul li:before {
  content: "■";
  display: block;
  color: #b3000b;
  position: absolute;
  top: 0;
  left: -16px;
  width: 10px;
}

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

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: #ccc;
  padding: 3em 1em;
  position: relative;
}

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

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

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: 3px solid #000;
  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;
}

/* /////////////////////左右・大コンテナ */
.c_rb {
  background: #000;
  /*min-*/
  width: 23%;
  width: 240px;
  float: right;
  margin: 0 0 30px;
  padding: 20px;
  position: sticky;
  top: 0;
  height: fit-content;
}

.c_lb {
  max-width: 70%;
  /*620px*/
  float: left;
}

@media (max-width: 669px) {
  .c_lb {
    max-width: inherit;
  }
}

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

/* header */
.c_nb_head {
  margin: 0;
  padding: 0 0 30px;
}

.c_nb_head a {
  color: #fff;
}

.c_nb_titile a {
  font-size: 27px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1.3;
}

.c_nb_head p.c_nb_cp {
  font-size: 80%;
  color: #fff;
}

.c_nb_head p.c_nb_cp.c_nb_anot {
  position: static;
  background: none;
  width: auto;
  color: #fff;
}

/* .c_nb_ctit {
  margin: 0 20px 0 0;
} */
.c_nb.c_nb_hoka .c_nb_ctit {
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  background: none;
  width: 50%;
}

/* スライダー */

.c_nb_sli {
  overflow: hidden;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
}

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

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

/* main */

main {
  margin: 0 0 30px;
}

article {
  margin: 0 0 50px;
  background: #fff;
  padding: 0;
}

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

/*ヘッダーナビ*/

.c_nb_nv {
  display: none;
}

.c_nb_nv .c_nb_nv-menu {
  display: block;
}

.c_nb_nv ul#c_nb_nv-menu>li {
  display: block;
  font-size: 15px;
  border-bottom: 1px #000 solid;
  margin: 0 10px;
}

#c_nb_nv-menu li a {
  padding: 0.3em;
  color: #8da9a0;
  display: block;
}

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

.c_nb.c_nb_hoka .c_nb_nv {
  float: right;
  width: 40%;
}

.slicknav_menu {
  display: none;
}

/*2列リンク*/

.c_nb_linktop {
  overflow: hidden;
  margin: 0 auto 30px;
  overflow: hidden;
  padding: 20px 0 0;
}

.c_nb_linktop .c_nb_link {
  width: 48%;
  margin: 0 4% 40px 0;
  padding: 10px;
  border: solid 1px #000;
  background: #fff;
  float: left;
}

.c_nb_linktop .c_nb_link:nth-child(even) {
  margin-right: 0;
}

.c_nb_link img {
  float: none;
  max-width: 100%;
  margin: 10px 0 0;
}

.c_nb_link h2 {
  margin: 0 0 10px;
}

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

.c_nb_more a {
  padding: 0.2em;
  color: #fff;
  display: block;
  background: #000;
  font-size: 18px;
}

.c_nb_rec {
  padding: 3%;
  border: dotted 2px #000;
}

.c_nb_rec a {
  text-align: center;
  border: dotted 2px #000;
}

.c_nb_rec h2 {
  font-size: 19px;
  text-align: center;
  background: none;
  color: #000;
}

.c_nb_rec h3 {
  border: none;
  padding: 0;
  margin: 0 0 3px;
  position: relative;
}

.c_nb_rec h3 a {
  display: block;
  background: #000;
  color: #fff;
  padding: 0.3em 0;
  margin: 0 auto;
  text-align: left;
}

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

.c_nb_rec p {
  padding: 0;
}

.c_nb_recin {
  margin: 0 0 3%;
}

aside {
  margin: 0;
}

aside li>p {
  font-size: 21px;
  margin: 0 0 15px;
  color: #fff;
  line-height: 1.3;
  padding: 0;
}

aside a {
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  line-height: 1.3;
  border-bottom: 1px #fff solid;
}

.side-c_nb>li {
  margin: 0 0 40px;
}

.side-c_nb>li:last-child {
  margin: 0;
}

.side-c_nb_lk a img {
  float: none;
  max-width: 100%;
  margin: 0 0 10px;
}

.side-c_nb_lk li:last-child a {
  border: none;
}

/* footer */

footer {
  position: relative;
  background: none;
  padding: 50px 0 10px;
  background: #000;
  color: #fff;
}

footer p {
  font-size: 21px;
}

footer a {
  color: #fff;
}

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

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

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

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

.c_nb_ftm ul {
  margin: 0 0 0 1em;
}

.c_nb_nf {
  font-size: 200%;
  color: #b3000b;
}

/* SNS */

.c_nbs_a {
  background: #eee none repeat scroll 0 0 padding-box;
  box-shadow: 1px 1px 0 rgba(109, 109, 109, 0.5) inset;
  color: #000;
  letter-spacing: 0.01em;
  line-height: 126%;
  margin: 0 0 15px;
  padding: 9px 9px 7px;
}

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

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

.c_nbs_b {
  text-align: center;
  display: inline-block;
  float: left;
  font-size: 12px;
  padding: 8px 0;
  box-sizing: border-box;
}

.c_nbs_c {
  float: right;
  box-sizing: border-box;
  margin: 0 0.5%;
}

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

.c_nbs_d {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 13px !important;
  padding: 6px 1em !important;
  box-sizing: border-box;
  text-decoration: none;
}

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

/* pan nav */

.c_nb_pnv {
  margin-bottom: 10px;
}

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

.c_nb_pnv font {
  color: #ccc;
}

p.c_nb_gotpp a {
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 1;
  background: rgba(179, 0, 11, 0.7);
  width: 60px;
  height: 60px;
  color: #fff;
}