@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_bx:after {
  content: "";
  clear: both;
  display: block;
}

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

strong {
  background: #ffff13;
  text-decoration: underline;
}

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

article ul {
  padding: 1em 1.5em;
  margin: 1.5em 0;
  border: 1px dashed #999;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}

article ol {
  counter-reset: counter-name;
  padding: 1em 1.5em;
  margin: 1.5em 0;
  border: 1px dashed #999;
}

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;
  font-weight: bold;
}

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

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

table td {
  width: 350px;
  padding: 10px;
  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 #999;
  margin: 1em 0;
  padding: 1em;
}

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

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

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

.cbx_w>* {
  color: #333;
}

.l_cb {
  max-width: 630px;
  float: left;
  padding: 0;
}

.r_cb {
  /*min-*/
  width: 200px;
  float: right;
  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;
}

/*//////////////コンテンツ内容//////////*/

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

a:hover,
#cb_nv-menu li a:hover,
.h_ti a:hover {
  color: #1ec3ce;
  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-size: 170%;
  border-left: 6px solid #1ec3ce;
  padding: 3px 0 3px 8px;
}

h3,
.under h2 {
  border-bottom: 4px double #1ec3ce;
  padding: 0 0 5px;
}

h4,
.under h3 {
  background: rgba(30, 195, 206, 0.1);
  padding: 3px 5px;
}

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

h5 {
  padding: 3px 5px;
  border: 1px dashed #333;
  font-size: 120%;
}

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

/* /////////ヘッダーエリア */

.cb_hd {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #202020;
}

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

.cbx .cb_ti {
  margin: 15px 0 10px;
}

.h_ti a {
  font-size: 19px;
  font-weight: bold;
  color: #eee;
  margin: 0 0 10px;
  line-height: 1.3;
}

.cb_hd p.p_cp {
  font-size: 70%;
  color: #888;
}

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

.slic_mn {}

nav {
  background: #202020;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 100;
}

.cb_nv>ul {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

.cb_nv ul#cb_nv-menu>li {
  display: block;
  float: left;
  font-size: 12px;
  text-align: center;
}

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

.slicknav_menu {
  display: none;
}

#cb_nv-menu li a {
  display: block;
  color: #eee;
  padding: 9px 3em 9px 0;
}

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

.cb_vis {
  padding: 0 0 40px;
  margin: 0 0 30px;
  background: #1ec3ce;
}

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

.bxslider {
  margin: 0px;
}

.bx-wrapper img {
  width: 100%;
}

.bx-viewport {
  max-height: 380px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
}

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

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

.cb_link img {
  width: 100%;
  margin: 0 0 15px;
}

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

.cb_top {
  overflow: hidden;
  width: 100%;
  margin: 0 0 30px;
}

.cb_top .cb_link {
  width: 48.5%;
  float: left;
  margin: 0 3% 20px 0;
}

.cb_top .cb_link:nth-of-type(2) {
  margin-right: 0;
}

.cb_top .cb_link h2 {
  font-size: 140%;
  border-left: 6px solid #1ec3ce;
  padding: 3px 0 3px 8px;
  margin: 0 0 15px;
}

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

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

.cb_btn a {
  padding: 0.3em 0;
  background: #1ec3ce;
  color: #fff;
  width: 50%;
  float: right;
  display: block;
}

.cb_btn a::before {
  content: "\f105";
  font-family: FontAwesome;
  margin: 0 0.8em 0 0;
}

.cb_btn a:hover {
  background: #202020;
}

.top_one .cb_btn a {
  width: 40%;
}

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

aside li>p {
  font-size: 17px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ccc;
}

aside a {
  padding: 7px 0;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}

aside a:hover {
  background: #f0f0f0;
}

aside img {
  float: left;
  width: 30%;
  margin-right: 10px;
}

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

/*/////////最近の投稿リンク*/
.cb_side {
  width: 100%;
}

.cb_side_u a {
  overflow: hidden;
}

/*/////////おすすめリンク */

.cb_rec {
  border: dashed 1px #999;
  padding: 20px;
  background: #f4f4f4;
}

.cb_rec h2 {
  border-color: #000;
  font-size: 140%;
}

.cb_rec h3 {
  margin: 0 0 6px;
  border: solid 2px #1ec3ce;
  padding: 0;
  font-size: 125%;
  position: relative;
}

.cb_rec h3 a {
  display: block;
  padding: 6px;
  background: #fff;
}

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

.cb_rec h3 a:hover {
  color: #fff;
  background: #1ec3ce;
}

.cb_rec a {
  text-align: left;
}

.recin {
  margin: 0 auto 20px;
}

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

footer {
  position: relative;
  padding: 40px 0 0;
}

footer .cbx p {
  font-weight: bold;
}

footer a {
  font-size: 85%;
}

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

footer .cbx {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 40px;
}

.ft_cp {
  font-size: 70%;
  padding: 2em 1em;
  color: #eee;
  background: #202020;
  text-align: right;
}

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

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

.cb_nf {
  font-size: 200%;
  color: #c70000;
}

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

.p_pan {
  margin-bottom: 20px;
  background: #1ec3ce;
  position: relative;
  z-index: 9;
  padding: 12px 0;
}

.pan_in {
  width: 960px;
  margin: 0 auto;
}

.p_pan a {
  color: #fff;
  display: inline;
  font-size: 85%;
}

.p_pan font {
  color: #fff;
}

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

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

.cbs_b {
  overflow: hidden;
}

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

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

.cbs_c {
  text-align: center;
  display: block;
  border-bottom: solid 2px #333;
  font-size: 15px;
  width: 100%;
  padding: 0 0 6px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.cbs_d {
  width: 49%;
  float: left;
  box-sizing: border-box;
  margin: 0 0.5% 1%;
}

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

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

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

/*/////////トップに戻るボタン*/

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

p.cb_bk a {
  font-size: 35px;
  line-height: 1;
  text-align: center;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 1;
  background: rgba(30, 195, 206, 0.6);
  width: 40px;
  height: 40px;
  color: #fff;
}

@media screen and (max-width: 715px) {
  body {
    line-height: 1.9;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
  }

  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 3%;
  }

  .h_ti {
    font-size: 100%;
  }

  h2 {
    padding: 5px 8px;
    font-size: 140%;
  }

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

  .cbx,
  main,
  .side-menu,
  .cb_side_u img,
  article img {
    width: 100%;
  }

  article img {
    max-width: 100%;
  }

  article img,
  main,
  .cb_side_u img {
    float: none;
  }

  /* ///////////左右コンテナ*/
  .l_cb,
  .r_cb {
    width: 100%;
    float: none;
  }

  /*ページタイトルのコンテナ*/
  .cbx .cb_ti {
    margin: 2% 0;
  }

  .h_ti a {
    font-size: 150%;
    text-align: center;
    margin: 0;
  }

  .cb_hd p.p_cp {
    margin: 0 0 0.5em;
    text-align: center;
  }

  .p_pan {
    margin-bottom: 0;
    background: none;
    position: static;
    padding: 0;
  }

  .pan_in {
    width: 96%;
    margin: 0 auto;
  }

  .p_pan a {
    color: #333;
  }

  .p_pan font {
    color: #999;
  }

  /*/////////スライダー*/
  .cb_vis {
    padding: 0 0 18px;
    margin: 0 0 3%;
  }

  .bx-viewport {
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.4);
  }

  /*/////////下層リンク*/
  .cb_link img {
    float: none;
    display: block;
    margin: 0 auto 2%;
  }

  .cb_top {
    overflow: hidden;
    width: 100%;
    margin: 0 auto 5%;
  }

  .cb_link {
    margin: 0 auto 8%;
  }

  .cb_top .cb_link {
    width: 100%;
    float: none;
    margin: 0 auto 8%;
  }

  /*/////////もっと読むボタン*/
  .cb_btn a {
    display: block;
    width: 60%;
    margin: 0 auto;
  }

  .cb_btn a {
    padding: 0.3em 0;
    float: none;
    display: block;
  }

  .top_one .cb_btn a {
    width: 60%;
  }

  /*/////////おすすめリンク */
  .cb_rec {
    padding: 3%;
  }

  .cb_rec h3 {
    margin: 0 0 1%;
  }

  .recin {
    margin: 0 auto 3%;
  }

  /*/////////サイドコンテナ*/
  aside {
    display: none;
  }

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

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

  .ft_cp {
    text-align: center;
  }

  /* /////////sns */
  .cbs_b {
    display: block;
  }

  .cbs_d {
    margin: 0 0.5% 2%;
  }

  .cbs_e {
    font-size: 110% !important;
    padding: 10px 0 !important;
  }

  /*/////////トップに戻るボタン*/
  p.cb_bk a {
    bottom: 18px;
    right: 18px;
    width: 45px;
    height: 45px;
  }

  /* /////////////////////slicknav /////////////////////*/
  .slicknav_nav .slicknav_arrow {
    color: #1ec3ce;
  }

  nav {
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.4);
  }

  .cb_nv #cb_nv-menu {
    display: none;
  }

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

  /*ナビの下のボーダー*/
  .slicknav_nav {
    border-bottom: none;
  }

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

  /*メニューの背景色（hover時の色）*/
  .slicknav_menu {
    display: block;
    padding: 0;
    background: #202020;
  }

  /*下層文字色*/
  .slicknav_menu a {
    margin: 0;
    color: #333;
    overflow: hidden;
    padding: 0;
  }

  /*下層メニュー内容部分背景色*/
  .slicknav_nav a {
    padding: 7px 15px;
    background: #eee;
  }

  /*下層メニュー内容部分hove文字色r*/
  .slicknav_nav a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    opacity: 1;
    color: #fff;
  }

  /*ナビ内メニュータイトルのli・pddingで高さ*/
  .slicknav_nav .slicknav_row {
    margin: 0;
    padding: 8px;
  }

  /*ナビ内メニュータイトルのli:hover時*/
  .slicknav_nav .slicknav_row:hover {
    color: #fff;
    border-radius: 0;
    background: none;
  }

  /*ナビタイトルテキスト（マーク）*/
  .slicknav_menu .slicknav_menutxt {
    float: right;
    text-shadow: none;
    line-height: 1.6em;
    /*高さ調節*/
    padding: 10px;
    /*高さ調節ここでも*/
    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;
  }

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

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

  /* /////////////↑slicknav設定ここまで↑ //////////////*/
}