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

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

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

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

article ul li {
  position: relative;
}

article ul li:before {
  content: "■";
  color: #239aa8;
  display: inline-block;
}

article ol {
  counter-reset: counter-name;
  padding: 0.5em 1.5em 0.5em;
  margin: 1.5em 0;
  border: 1px solid #333;
}

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;
  color: #239aa8;
  font-weight: bold;
}

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

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #239aa8;
  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: 8px;
  color: #333;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #666;
  background: rgba(35, 154, 168, 0.17);
}

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

b {
  font-size: 100%;
}

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

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

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

a:hover {
  opacity: 0.6;
  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 {
  color: #fff;
  position: relative;
  padding: 0.5em;
  background: #239aa8;
  background: #239aa8;
}

h2:after,
.under h1:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #239aa8;
  width: 0;
  height: 0;
}

h3,
.under h2 {
  font-size: 130%;
  background: #333;
  color: #fff;
  padding: 5px;
}

h4,
.under h3 {
  font-size: 130%;
  border: 1px solid #239aa8;
  padding: 5px;
}

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

h5 {
  font-size: 120%;
  padding: 5px;
  background: #eee;
}

h6 {
  padding: 3px;
  font-size: 100%;
  border-bottom: dotted 1px #333;
}

strong {
  color: #d80000;
  font-size: 110%;
  letter-spacing: 0.02em;
  text-decoration: underline;
}

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

/* ///////////大コンテナ*/
.toy_cb_m {
  max-width: 1024px;
  margin: 0 auto;
  /* overflow: hidden; */
}

.toy_cb_m_wrap {
  margin: 0 auto 0;
}

.toy_cb_m_wrap>* {
  color: #333;
}

.toy_cb_m-l {
  max-width: 73%;
  /*700px*/
  float: left;
}

@media (max-width: 698px) {
  .toy_cb_m-l {
    max-width: inherit;
  }
}

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

/* ///////////メイン */

main {
  margin-bottom: 50px;
}

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

article {
  margin-bottom: 30px;
  background: #fff;
}

main article {
  padding: 0;
}

.toy_cb_m-l article {
  background: #fff;
  padding: 20px;
  background: #fff;
  border: solid 1px #333;
}

/* スクロール固定ナビ */

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

.slicknav_menu {
  display: none;
}

/* header */

.toy_cb_m-ha {
  width: 100%;
  background: #2c2c2c;
  margin: 0 0 30px;
  padding: 0 0 20px;
}

.toy_cb_m .toy_cb_m-s-t {
  margin: 30px 0;
  overflow: hidden;
}

.toy_cb_m-stit a {
  font-size: 28px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  line-height: 1.3;
}

.toy_cb_m-ha p.toy_cb_m-c-cp {
  margin: 10px 0 0;
  font-size: 70%;
  text-align: center;
  color: #fff;
}

#kahen-box {
  /*position: fixed;*/
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  z-index: 9998;
}

.kahen_inner {
  position: relative;
}

/* transition */

#kahen-box,
#kahen-box:after,
#kahen-box .logo,
.toy_cb_m-gnv ul li,
.toy_cb_m-gnv ul li a {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

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

nav {
  background: #2c2c2c;
}

.toy_cb_m-gnv>ul {
  z-index: 9999;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1024px;
  display: flex;
  justify-content: space-around;
}

.toy_cb_m-gnv ul#toy_cb_m-gnv_mn>li {
  display: block;
  float: left;
  position: relative;
  margin: 5px 10px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border: solid 1px #fff;
  background: none;
  width: 24%;
}

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

ul#toy_cb_m-gnv_mn li a {
  display: block;
  padding: 15px 25px;
  color: #fff;
}

ul#toy_cb_m-gnv_mn li a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

/*可変後のaサイズ*/

#kahen-box.fixed .toy_cb_m-gnv {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

#kahen-box.fixed .toy_cb_m-gnv ul#toy_cb_m-gnv_mn>li {
  border: none;
}

#kahen-box.fixed .toy_cb_m-gnv ul#toy_cb_m-gnv_mn li a {
  padding: 12px;
}

/*可変後にのaのhover変更したい場合*/

#kahen-box.fixed .toy_cb_m-gnv ul#toy_cb_m-gnv_mn li a:hover {
  background: none;
  color: #999;
}

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

.toy_cb_m-mainv {
  margin: 0 0 35px;
}

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

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

.bx-wrapper .bx-controls-direction a:hover {
  transition: 0s;
}

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

.toy_cb_m-li_c img {
  width: 100%;
  margin: 0;
}

.toy_cb_m-li_ctop {
  overflow: hidden;
  width: 100%;
}

.toy_cb_m-li_ctop .toy_cb_m-li_c {
  width: 100%;
  margin: 0 0 40px 0;
}

.toy_cb_m-li_c>div:first-child p {
  padding: 0 0 15px;
}

.toy_cb_m-li_c h2 {
  border-left: solid 6px #239aa8;
  border-bottom: solid 1px #239aa8;
  margin: 0 0 10px;
  color: #333;
  background: #fff;
  font-weight: bold;
  padding: 9px 7px;
}

.toy_cb_m-li_c h2::after {
  border: none;
}

.toy_cb_m-li_c.l_one {
  overflow: hidden;
  padding: ;
}

.toy_cb_m-li_c .lk_img {
  position: relative;
}

.toy_cb_m-li_c .lk_img img {
  z-index: 10;
}

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

.toy_cb_m-more_btn {
  position: absolute;
  z-index: 13;
  right: 20px;
  bottom: 20px;
  width: 68%;
  margin: 0 auto;
  text-align: center;
  background: rgba(35, 154, 168, 0.84);
  font-weight: bold;
  border: solid 2px #fff;
}

.toy_cb_m-more_btn a {
  display: block;
  color: #fff;
  font-size: 130%;
  padding: 1.5em;
  letter-spacing: 0.06em;
}

.toy_cb_m-more_btn a::before {
  content: "\f138";
  display: inline;
  font-family: FontAwesome;
  margin: 0 0.4em 0 0;
  color: #fff;
}

.toy_cb_m-li_c.l_one .lk_sec .toy_cb_m-more_btn {
  width: 60%;
}

/*おすすめリンク*/

.toy_cb_m-libox {
  padding: 20px;
  border: solid 1px #333;
  background: #2c2c2c;
  color: #fff;
}

.toy_cb_m-libox h2 {
  margin: 0 0 25px;
  padding: 0 0 8px;
  background: none;
  color: #fff;
  font-weight: bold;
  border-left: none;
}

.toy_cb_m-libox h2::after {
  border: none;
}

.toy_cb_m-libox h3 {
  padding: 0;
  border: none;
  margin: 0 0 3px;
}

.toy_cb_m-libox h3 a {
  padding: 0.3em 0.4em;
  display: block;
  color: #fff;
  border: solid 1px #fff;
  text-align: left;
  background: none;
}

.toy_cb_m-libox h3 a::before {
  content: "\f0da";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}

.toy_cb_m-libox h3 a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.22);
  opacity: 1;
}

.toy_cb_m-libox a {
  text-align: left;
}

.toy_cb_m-libox_in {
  padding: 0;
  margin: 0 0 2%;
}

.toy_cb_m-libox_in:last-child {
  margin: 0;
}

/* aside */

aside li>p {
  font-size: 18px;
  width: 100%;
  display: block;
  padding: 8px;
  margin: 0 auto 15px;
  overflow: hidden;
  font-weight: bold;
  background: #239aa8;
  color: #fff;
}

.ct_sna {
  font-size: 18px;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 auto 15px;
  overflow: hidden;
  font-weight: bold;
}

.ct_sna {
  position: relative;
  display: inline-block;
  padding: 8px;
  background: #fff;
}

aside a {
  font-size: 14px;
  padding: 8px;
  color: #fff;
  background: #2c2c2c;
  margin: 0 0 2%;
}

.side-toy_cb_m>li,
.toy_cb_m-s-a {
  margin: 0 0 40px;
}

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

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

.toy_cb_m-sia {
  overflow: hidden;
}

.toy_cb_m-silk a {
  overflow: hidden;
}

/* footer */

footer {
  position: relative;
  background: #2c2c2c;
  padding: 50px 0 10px;
}

footer p {
  color: #fff;
}

footer .toy_cb_m-ftm p {
  font-weight: bold;
  font-size: 16px;
}

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

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

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

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

.toy_cb_m-ftm {
  width: 22%;
  margin-right: 3%;
}

/* under */

.toy_cb_m-nfd {
  font-size: 180%;
  color: #239aa8;
}

/* pan nav */

.toy_cb_m-pn {
  margin-bottom: 0;
}

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

.toy_cb_m-pn font {
  color: #239aa8;
}

/* SNS */

.toy_cb_m-s-a {
  width: 100%;
}

.toy_cb_m-s-a:after {
  content: "";
  clear: both;
  display: block;
}

.toy_cb_m-s-c {
  margin: 0 0 2%;
}

.toy_cb_m-s-c .fa {
  font-weight: bold;
}

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

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

p.toy_cb_m-btb a {
  background: rgba(35, 154, 168, 0.78);
  bottom: 0;
  color: #fff;
  font-size: 26px;
  height: 50px;
  line-height: 45px;
  position: fixed;
  right: 0;
  text-align: center;
  width: 50px;
  z-index: 99999;
}

p.toy_cb_m-btb a:hover {
  opacity: 1;
}

@media screen and (max-width: 698px) {
  .flex {
    flex-direction: column;
  }

  body {
    line-height: 1.9;
  }

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

  h2 {
    font-size: 130%;
    padding: 0.3em;
  }

  h2::after {
    border-width: 12px;
  }

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

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

  .toy_cb_m-libox {
    padding: 3%;
  }

  .toy_cb_m-libox h2 {
    margin: 0 0 3%;
  }

  .toy_cb_m-libox_in {
    margin: 0 0 3%;
  }

  .toy_cb_m {
    padding: 2.6%;
  }

  .toy_cb_m,
  main,
  .side-menu,
  .toy_cb_m-silk img,
  article img {
    width: 100%;
  }

  article img {
    max-width: 100%;
  }

  article img,
  main {
    float: none;
  }

  body {
    border: none;
    line-height: 2;
  }

  .toy_cb_m_wrap {
    margin: 0 auto 0;
  }

  .toy_cb_m.conte_pan {
    padding: 0;
  }

  aside {}

  .toy_cb_m-l,
  .toy_cb_m-r {
    width: 100%;
    float: none;
  }

  main {
    margin: 0 auto;
  }

  main article {
    padding: 0;
  }

  .toy_cb_m-l article {
    padding: 3%;
  }

  .toy_cb_m .toy_cb_m-s-t {
    margin: 0;
  }

  .toy_cb_m-li_c img {
    float: none;
    display: block;
    margin: 0 auto;
  }

  h1.toy_cb_m-stit {
    font-size: 100%;
    margin: 0;
  }

  h1.toy_cb_m-stit a {
    font-size: 160%;
    width: 100%;
    float: none;
    text-align: center;
  }

  .toy_cb_m-ha {
    margin: 0 0 3%;
  }

  .toy_cb_m-ha p.toy_cb_m-c-cp {
    width: 100%;
    padding: 0;
    float: none;
    line-height: 1.3;
    text-align: center;
  }

  .toy_cb_m-mainv {
    margin: 0 0 6%;
  }

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

  .toy_cb_m-li_ctop {
    overflow: hidden;
    width: 100%;
    margin: 0 auto 5%;
  }

  .toy_cb_m-li_c {
    width: 100%;
    float: none;
    margin: 0 auto 8%;
  }

  .toy_cb_m-li_ctop .toy_cb_m-li_c>div p {
    padding: 0 0 5%;
  }

  .toy_cb_m-li_ctop .toy_cb_m-li_c h2 {
    margin: 0 0 3%;
  }

  .toy_cb_m-li_ctop .toy_cb_m-li_c {
    font-size: 95%;
  }

  .toy_cb_m-li_c>div:first-child p {
    margin: 0 0 2%;
  }

  .toy_cb_m-more_btn {
    position: static;
    text-align: center;
    width: 100%;
    margin: 3% 0 0;
  }

  .toy_cb_m-more_btn a {
    display: block;
    padding: 0.6em;
    font-size: 115%;
  }

  .side-toy_cb_m p a {
    height: 28px;
    padding: 0;
    text-align: center;
  }

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

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

  footer .toy_cb_m {
    margin: 0 auto 5%;
    padding: 0;
  }

  .toy_cb_m-nfd {
    font-size: 180%;
  }

  .title-fill {
    padding: 6px 0;
  }

  .toy_cb_m-s-a {
    margin: 8% 0 0;
    padding: 0;
  }

  aside li>p,
  .ct_sna {
    margin: 0 0 3%;
    padding: 6px;
    line-height: 1.5;
  }

  .sns-toy_cb_m,
  .side-toy_cb_m>li ul {
    display: block;
    padding: 0;
  }

  .toy_cb_m-s-c {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 3%;
  }

  p.toy_cb_m-btb a {
    font-size: 30px;
    line-height: 44px;
    width: 50px;
    height: 50px;
  }

  nav {
    border: none;
  }

  .toy_cb_m-gnv #toy_cb_m-gnv_mn {
    display: none;
  }

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

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

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

  .slicknav_btn:hover {
    opacity: 1;
  }

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

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

  /*下層メニュー内容部分背景色*/
  .slicknav_nav a {
    padding: 6px 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: #fff;
  }

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

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