@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-fi:after {
  content: "";
  clear: both;
  display: block;
}
body {
  background: url(../images/bg_01.png) repeat;
  font-size: 15px;
  line-height: 2;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}
a {
  color: #dbdbdb;
  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: 130%;
  margin-bottom: 25px;
}
h2, .under h1 {
  color: #dbdbdb;
  font-weight: bold;
  background: #393939;
  padding: 10px;
}
h3, .under h2 {
  border-left: 5px solid #393939;
  padding-left: 10px;
}
h4, .under h3 {
  border: 1px solid #393939;
  padding: 5px;
}
.under h3 {margin-top: 40px;}

h5 {
  border-bottom: 2px solid #393939;
  padding-bottom: 5px;
  font-size: 115%;
}
h6 {
  font-size: 100%;
}
strong {
  background: linear-gradient(transparent 60%, #ffa96a 60%);
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 2px solid #393939;
}
article ul li {
  position: relative;
}
article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 5px;
  height: 3px;
  background: #393939;
}
article ol {
  counter-reset: counter-name;
  border: 2px solid #393939;
  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: #393939;
  padding: 3em 1em;
  color: #dbdbdb;
  position: relative;
}
blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #dbdbdb;
  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: normal;
  color: #dbdbdb;
  vertical-align: top;
  border: 1px solid #818181;
  background: #393939;
}
table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #818181;
}
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 #eee;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  background: #ebebeb;
  font-style: normal;
}
del {
  text-decoration: line-through;
}
ins {
  display: inline-block;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}

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

.a_ctn {
  max-width: 920px;
  margin: 0 auto;

  display: flex;
  justify-content: space-between;
}
header .a_ctn {
  display: block;
}
/*文字色全変更*/
.ctn_wr > * {
  color: #393939;
}

/* ///////////左右コンテナ*/
.l-wr {
  max-width: 72%;/**/
  float: left;
}
@media (max-width: 780px) {
  .l-wr {max-width:inherit;}
 }

.r-wr {
 width: 23%;/**/
  float: right;
  position: sticky;
  top: 0;
  height: fit-content;
}

/* ///////////メイン */
main {
  margin-bottom: 50px;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}
article {
  padding: 10px;
  background: #fff;
  margin-bottom: 30px;
}

/*//////////////コンテンツ内容//////////*/
/* ヘッダーエリア */
.h_ar {
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  margin: 0 0 30px;
}

/*ページタイトルのコンテナ*/
.a_ctn .ctn-ti {
  background: #01aef0;
  padding: 20px;/*50px 20px*/
  float: left;
  max-width: 46%; /* topのみに*/
  height: auto;
}
.out-top .ctn-ti {max-width:inherit;}

.si-ti a {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 15px;
  line-height: 1.3;
}
.h_ar p.c-cp {
  color: #fff;
  font-size: 70%;
}
.out-top .ctn-ti {
  width: 100%;
  float: none;
  padding: 25px 15px;
  height: auto;
}
.out-top .ctn-ti .si-ti a {
  font-size: 24px;
}

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

nav {
  background: rgba(0, 0, 0, 0.55);
}
nav.subpage {
  display: none;
}

.g-v > ul {
  display: flex;
  max-width: 920px;
  padding: 10px 0 0;
  margin: 0 auto;
}
.g-v ul#g-v-menu > li {
  display: block;
  float: left;
  font-size: 12px;
  padding: 5px 0;
  position: relative;
  /* text-align: left; */
  width: 100%; /*13%*/
}
#g-v-menu li ul.s-mn {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#g-v-menu li a {
  display: block;
  color: #8e8e8e;
}
#g-v-menu li:first-child a::before {
  content: "\f015";
  font-family: FontAwesome;
  margin: 0 0.2em 0 0;
}

/*/////////スライダー*/
.main-v {
  float: right;
  /* width: 300px; */
  width: 50%;
}
.bx-wrapper {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
.bx-wrapper .bx-controls-direction a {
  display: none;
}

/*/////////下層リンク*/
.l-con img {
  max-width: 100%;
  margin: 15px 0 0;
}

/*下層リンク・2連 */

.tl-con {
  overflow: hidden;
  width: 100%;
}
.tl-con .l-con {
  width: 48%;
  float: left;
  margin: 0 4% 30px 0;
}
.tl-con .l-con:nth-of-type(2) {
  margin-right: 0;
}
.tl-con .l-con h2 {
  margin: 0 0 10px;
}

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

.motto-b {
  text-align: center;
  margin: 20px auto 0;
}
.motto-b a {
  padding: 0.5em;
  border: 1px solid #000;
  color: #000;
  width: 100%;
  display: block;
}
.motto-b a:hover {
  background: #000;
  color: #dbdbdb;
  opacity: 1;
}

/* aside */

aside li > p {
  color: #dbdbdb;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
aside a {
  color: #dbdbdb;
  font-size: 14px;
  padding: 8px 3px;
}
aside a:hover {
  background: rgba(219, 219, 219, 0.3);
}
.side-a_ctn > li {
  background: rgba(0, 0, 0, 0.55);
  padding: 10px;
  border-top: solid 4px #393939;
  margin: 0 0 30px;
}
aside img {
  float: left;
  width: 100%;
  display: block;
  margin: 0 0 5px;
}

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

.si-aa {
}

/*/////////コラムリンク*/

.si-bb {
}
.si-bb a {
  padding: 0 0 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

/* おすすめリンク */
.lin-ct h2 {
  color: #393939;
  padding: 0;
  padding: 0.3em 0;
  border-bottom: solid 2px #01aef0;
  background: #fff;
}
.lin_in {
  margin: 0 0 10px;
}
.lin-ct h3 {
  border: none;
  padding: 0;
  margin: 0 0 5px;
  position: relative;
}
.lin-ct h3 a {
  display: block;
  background: #393939;
  padding: 5px;
}
.lin-ct h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}
.lin-ct h3 a:hover {
  background: #01aef0;
  color: #fff;
}
.lin-ct p {
  padding: 0;
}
.lin-ct a {
  text-align: left;
}

/* footer */

footer {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  padding: 30px 0 10px;
  color: #dbdbdb;
}
footer p {
  font-size: 17px;
}
footer a {
  color: #dbdbdb;
  font-size: 85%;
}

footer .a_ctn {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 30px;
}
.faa {
  font-size: 70%;
  text-align: center;
  padding: 0 0.5em;
}
.fbb {
  width: 25%;
  margin-right: 3%;
}

/* under */
.no_f {
  margin: 30px 0 0;
}
.nfdd {
  font-size: 180%;
  color: #000;
}

/* pan nav */

.pan-nv {
  margin-bottom: 5px;
}
.pan-nv a {
  display: inline;
  font-size: 85%;
}
.pan-nv font {
  color: #ccc;
}

/* SNS */

.sb-a {
  border: solid 1px #393939;
  width: 100%;

  margin: 30px 0;
}
.sb-b {
  padding: 20px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
.sb-a > div {
  text-align: center;
}
.sb-a:after {
  content: "";
  clear: both;
  display: block;
}
.sb-c {
  text-align: center;
  display: block;
  background-color: #393939;
  color: #dbdbdb;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;

  box-sizing: border-box;
}
.sb-d {
  width: 25%;
  box-sizing: border-box;
  float: left;
}
.sb-d .fa {
  font-weight: bold;
}
.sb-e {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.sb-e: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.b-tbtn a {
  font-size: 28px;
  line-height: 43px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 1;
  background: rgba(255, 143, 61, 0.9);
  width: 48px;
  height: 48px;
  color: #393939;
}
@media screen and (max-width: 780px) {
  .a_ctn {
    flex-direction: column;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
  }
  .a_ctn {
    padding: 3%;
  }
  h2 {
    padding: 10px;
  }
  .a_ctn,
  main,
  .side-menu,
  .si-bb img,
  article img {
    width: 100%;
  }
  article img {
    max-width: 100%;
  }
  article img,
  main,
  .si-bb img {
    float: none;
  }
  h1.si-ti {
    font-size: 100%;
  }
  main h2,
  .side-menu h2 {
    font-size: 120%;
  }
  article {
    padding: 3% 2%;
    margin-bottom: 8%;
  }
  /* ///////////左右コンテナ*/
  .r-wr {
    float: none;
    width: 100%;
    position: static;
  }
  aside .side-a_ctn > li {
    display: none;
  }
  .l-wr {
    width: 100%;
    float: none;
  }
  /*ページタイトルのコンテナ*/
  /*ページタイトルのコンテナ*/
  .h_ar {
    margin: 0 0 3%;
  }
  .a_ctn .ctn-ti {
    padding: 3%;
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 0 3%;
    max-width: none;
  }
  h1.si-ti a {
    font-size: 150%;
    font-weight: bold;
    color: #fff;
    margin: 0 0 15px;
  }
  .h_ar p.c-cp {
  }
  .out-top .ctn-ti {
    padding: 3%;
    margin: 0;
  }
  .out-top .ctn-ti h1.si-ti a {
    font-size: 150%;
  }
  /*/////////スライダー*/
  .main-v {
    float: none;
    margin: 0 auto;
    width: 100%;/* 300px*/
    max-width: 100%;
  }
  .bx-wrapper {
    margin: 0 auto;
    border: none;
    box-shadow: none;
  }
  .bx-wrapper .bx-controls-direction a {
    display: none;
  }
  /* /////////////////////slicknav /////////////////////*/
  .sticky {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
  }
  nav {
    display: inherit;
  }
  nav.subpage {
    display: inherit;
  }
  .g-v #g-v-menu {
    display: none;
  }
  /*デフォルトナビアイコン*/
  .slicknav_menu .slicknav_icon {
    display: none;
  }
  /*ナビの下のボーダー*/
  .slicknav_nav {
    border-bottom: solid #999 1px;
  }
  /*トップ背景色*/
  .slicknav_btn {
    float: none;
    background-color: #393939;
    border-radius: 0;
  }
  /*メニューの背景色（hover時の色）*/
  .slicknav_menu {
    display: block;
    padding: 0;
    background: #000000;

    /* position: fixed;
    width: 100%; */
  }
  /*下層文字色*/
  .slicknav_menu a {
    margin: 0;
    color: #393939;
    overflow: hidden;
    padding: 0;
  }
  a.slicknav_btn {
    text-align: center;
  }
  /*下層メニュー内容部分背景色*/
  .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: none;
    opacity: 1;
    color: #dbdbdb;
  }
  /*ナビ内メニュータイトルのli・pddingで高さ*/
  .slicknav_nav .slicknav_row {
    margin: 0;
    padding: 8px;
  }
  /*ナビ内メニュータイトルのli:hover時*/
  .slicknav_nav .slicknav_row:hover {
    color: #dbdbdb;
  }
  /*ナビタイトルテキスト（マーク）*/
  .slicknav_menu .slicknav_menutxt {
    float: none;
    font-size: 160%;
    text-shadow: none;
    line-height: 1.4em;
    /*高さ調節*/
    padding: 4px;
    /*高さ調節ここでも*/
    color: #fff;
  }
  .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: none;
  }
  ul.slicknav_nav li:last-child {
    border-bottom: none;
  }
  .slicknav_menu .slicknav_no-text {
    float: right;
    margin: 15px;
  }
  /* /////////////↑slicknav設定ここまで↑ //////////////*/
  /*/////////下層リンク*/
  .l-con img {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .tl-con {
    overflow: hidden;
    width: 100%;
    margin: 0 auto 5%;
  }
  .tl-con .l-con {
    width: 100%;
    float: none;
    margin: 0 auto 5%;
  }
  /*/////////もっと読むボタン*/
  .motto-b a {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  /*/////////サイドコンテナ*/
  .nfdd {
    font-size: 150%;
    color: #000;
  }
  /*/////////フッター*/
  footer {
    padding: 0;
  }
  footer .fbb {
    width: 100%;
    margin-bottom: 2rem;
  }
  /* /////////sns */
  .sb-b {
    display: block;
  }
  .sb-d {
    display: block;
    width: 100%;
    margin: 0 auto 2%;
  }
  /*/////////トップに戻るボタン*/
  p.b-tbtn a {
    font-size: 30px;
    line-height: 46px;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
}
