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

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

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

strong {
  background: #fcc983;
}

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 #555;
  background: rgba(217, 206, 86, 0.17);
}

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

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

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

.cce_w>* {
  color: #333;
}

.cce_lcb {
  max-width: 650px;
  float: left;
  padding: 0;
}

.cce_rcb {
  /*min-*/
  width: 300px;
  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,
#cce_nv-menu li a:hover,
h1.cce_htit a:hover {
  color: #d9ce56;
  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-top: 4px solid #d9ce56;
  padding: 8px 0;
}

h3,
.under h1 {
  border-bottom: 4px double #d9ce56;
  padding: 0 0 5px;
}

h4,
.under h1 {
  background: #e8e8e8;
  padding: 3px 5px;
}

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

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

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

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

.cce_hd {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #b1b1b1;
}

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

.cce .cce_ti {
  margin: 15px 0 10px;
}

.cce_htit a {
  font-size: 24px;
  font-weight: bold;
  color: #f0f0f0;
  margin: 0 0 10px;
  line-height: 1.3;
}

.cce_hd p.cce_ccp {
  font-size: 70%;
  color: #555;
}

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

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

.cce_nv>ul {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}

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

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

.slicknav_menu {
  display: none;
}

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

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

.cce_vis {
  padding: 0 0 20px;
  margin: 0 0 30px;
  background: #ececec;
}

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

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

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

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

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

.cce_top .cce_link {
  width: 48.5%;
  float: left;
  margin: 0 3% 20px 0;
}

.cce_top .cce_link:nth-of-type(2) {
  margin-right: 0;
}

.cce_top .cce_link h2 {
  font-size: 140%;
  margin: 0 0 15px;
}

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

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

.cce_btn a {
  padding: 0.3em 0;
  background: #d9ce56;
  width: 100%;
  color: #fff;
  display: block;
}

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

.cce_btn a:hover {
  background: #555;
}

.cce_top_one .cce_btn a {
  width: 100%;
}

/* /////////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-cce>li {
  margin: 0 0 30px;
}

/*/////////新着リンク*/

.cce_side {
  width: 100%;
}

.cce_side_u a {
  overflow: hidden;
}

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

.cce_rec {
  padding: 15px;
  background: #f7f7f7;
}

.cce_rec h2 {
  border-color: #555;
  font-size: 140%;
}

.cce_rec h3 {
  margin: 0 0 6px;
  padding: 0;
  font-size: 125%;
}

.cce_rec h3 a {
  display: block;
  padding: 6px;
}

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

.cce_rec h3 a:hover {
  color: #fff;
  background: #d9ce56;
}

.cce_rec a {
  text-align: left;
}

.recin {
  margin: 0 auto 20px;
}

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

footer {
  position: relative;
  padding: 40px 0 0;
  background: #555;
}

footer .cce p {
  color: #eee;
  font-weight: bold;
}

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

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

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

.cce_ftcp {
  font-size: 70%;
  padding: 1em;
  color: #eee;
  background: #444;
  text-align: center;
}

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

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

.cce_nf {
  font-size: 200%;
  color: #9f9313;
}

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

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

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

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

.p_pan font {
  color: #555;
}

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

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

.cce_s_b {
  overflow: hidden;
}

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

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

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

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

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

.cce_s_e {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 16px !important;
  padding: 5px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}

.cce_s_e:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* SNSごとの背景色 */

#twitter {
  background-color: #eee;
  color: #00acee !important;
}

#hatena {
  background-color: #eee;
  color: #2d4c86 !important;
}

#facebook {
  background-color: #eee;
  color: #3b5998 !important;
}

#ggl-plus {
  background-color: #eee;
  color: #dd4b39 !important;
}

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

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

p.cce_bk a {
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  background: rgba(217, 206, 86, 0.74);
  width: 40px;
  height: 40px;
  color: #fff;
}

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

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

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

  .cce_htit {
    font-size: 100%;
    margin: 0 0 2%;
  }

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

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

  .cce,
  main,
  .side-menu,
  .cce_side_u img,
  article img {
    width: 100%;
  }

  article img {
    max-width: 100%;
  }

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

  .cce_lcb {
    max-width: none;
  }

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

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

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

  .cce_hd p.cce_ccp {
    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;
  }

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

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

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

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

  .cce_link {
    margin: 0 auto 8%;
  }

  .cce_top .cce_link {
    width: 100%;
    float: none;
    margin: 0 auto 8%;
  }

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

  .cce_btn a {
    padding: 0.8em 0;
    float: none;
    display: block;
  }

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

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

  .recin {
    margin: 0 auto 3%;
  }

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

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

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

  .cce_ftcp {
    text-align: center;
  }

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

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

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

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

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

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

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

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

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

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

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

  /*下層文字色*/
  .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設定ここまで↑ //////////////*/
}