@charset "utf-8";

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

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

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

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

a:hover {
  opacity: 0.7;
  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 {
  padding: 10px 5px;
  background: rgba(255, 255, 255, 0.92);
}

h3,
.under h2 {
  border-left: 5px solid #333;
  padding: 3px 10px;
}

h4,
.under h3 {
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
}

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

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

h6 {
  font-size: 100%;
  font-weight: bold;
}

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

em {
  font-style: normal;
  background: rgba(255, 255, 255, 0.6);
}

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 2px solid #333;
  background: rgba(255, 255, 255, 0.7);
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 2px;
  background: #333;
}

article ol {
  border: 2px solid #333;
  counter-reset: counter-name;
  background: rgba(255, 255, 255, 0.7);
  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: rgba(255, 255, 255, 0.87);
  padding: 3em 1em;
  position: relative;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #999;
  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: rgba(255, 255, 255, 0.45);
}

table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #333;
  background: #fff;
}

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

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

.cume {
  max-width: 950px;
  margin: 0 auto;
  /* overflow: hidden; */
}

/*文字色全変更*/

.cume_wr {
  margin: 0 auto 40px;
}

.cume_wr>* {
  color: #333;
}

/* ///////////左右コンテナ*/

.c_uu {
  max-width: 72%;
  /*700px*/
  float: right;
  padding: 0;
}

@media (max-width: 780px) {
  .c_uu {
    max-width: inherit;
  }
}

.c_nn {
  /*min-*/
  width: 24%;
  /*220px*/
  float: left;
  margin: 0 auto 30px;

  position: sticky;
  top: 0;
  height: fit-content;
}

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

main {
  padding: 0 0 30px;
  border-bottom: dashed 1px #333;
  margin-bottom: 30px;
}

article {
  margin-bottom: 30px;
}

article img {
  max-width: 100%;
  border: 6px solid #fff;
  margin-bottom: 10px;
}

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

.main_slb {
  width: 1200px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 9;
}

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

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

.head_cu {
  background: rgba(255, 255, 255, 0.88);
  width: 250px;
  margin: 0;
  padding: 50px 25px;
  position: absolute;
  left: 125px;
  top: 0;
  z-index: 10;
}

.head_cu.other {
  background: rgba(255, 255, 255, 1);
  width: 100%;
  margin: 0 0 30px;
  padding: 15px 0;
  position: static;
}

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

.cu_ti {
  margin: 0 auto 20px;
}

.head_cu.other .cu_ti {
  width: 950px;
}

.tit_non a {
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.3;
}

.head_cu p.cp_non {
  font-size: 70%;
  color: #a2a2a2;
}

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

.si_mn {}

.sli {}

.head_cu.other .gv_cu>ul {
  max-width: 950px;
  justify-content: space-around;
  margin: 0 auto;
  display: flex;
}

.head_cu.other .gv_cu>ul li {
  width: 25%;
}

.gv_cu ul#gv_cu-menu>li {
  display: block;
  position: relative;
  font-size: 13px;
  margin: 0 0 8px;
  text-align: center;
}

.head_cu.other .gv_cu ul#gv_cu-menu>li {
  margin: 0;
}

.slicknav_menu {
  display: none;
}

#gv_cu-menu li a {
  display: block;
}

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

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

.li_cu img {
  max-width: 100%;
  margin: 0;
}

/*下層リンク・三連 できればピクセルで指定*/

.li_cu_wrap {
  overflow: hidden;
  width: 100%;
  padding: 0 0 30px;
  border-bottom: #333 dashed 1px;
  margin: 0 auto 30px;
}

.li_cu_wrap .li_cu {
  width: 32%;
  float: left;
  margin: 0 2% 0 0;
}

.li_cu_wrap .li_cu:nth-of-type(3) {
  margin-right: 0;
}

.li_cu_wrap .li_cu h2 {
  margin: 0 0 15px;
  padding: 5px;
}

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

.moreb_cu {
  text-align: center;
  margin: 20px auto 0;
  width: 90%;
}

.moreb_cu a {
  padding: 0.8em;
  font-size: 90%;
  color: #fff;
  border-radius: 7px;
  background: #5fc2c7;
  display: block;
}

.moreb_cu a:hover {}

/* /////////aside */
aside li>p {
  border-bottom: 1px dashed #ccc;
  margin: 0 0 10px;
  font-weight: bold;
  padding: 0 0 5px;
}

aside a {
  padding: 10px 0;
  font-size: 85%;
}

aside img {
  border: 4px solid #fff;
  width: 100%;
}

.si_mnu {
  text-align: center;
}

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

/*/////////カテゴリリンク*/

.si_uu {}

/*/////////記事リンク*/

.si_nn {}

.si_nn a {
  overflow: hidden;
}

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

.rec_cu {
  border: solid 2px #333;
  padding: 15px;
}

.rec_cu h2 {
  background: #333;
  color: #eee;
  margin: 0 0 20px;
}

.rec_cu h3 {
  border: none;
  margin: 0 0 8px;
  padding: 0;
  position: relative;
}

.rec_cu h3 a {
  display: block;
  padding: 8px 0;
  background: rgba(255, 255, 255, 0.74);
  border: solid 1px #333;
}

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

.rec_cu h3 a:hover {
  background: #fff;
  opacity: 1;
}

.rec_cu p {
  padding: 0;
}

.rec_cu a {
  text-align: center;
}

.rec_in {
  margin: 0 auto 20px;
}

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

footer {
  position: relative;
  background: #fff;
  padding: 30px 0 20px;
}

footer .cume p {
  border-bottom: dashed 1px #333;
  margin: 0 0 10px;
}

footer a {
  font-size: 85%;
  padding: 0 0 5px;
}

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

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

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

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

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

.no_p {
  font-size: 200%;
  color: #5fc2c7;
}

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

.pan_cu {
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.63);
}

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

.pan_cu font {
  color: #333;
}

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

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

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

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

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

.h_cc {
  text-align: center;
  display: block;
  background-color: rgba(255, 255, 255, 0.63);
  border: #333 solid 1px;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.h_dd {
  width: 24%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

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

.h_ee {
  border-radius: 7px;
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}

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

/* SNSごとの背景色 */

#twitter {
  border: solid 2px #00acee;
  color: #00acee;
}

#hatena {
  border: solid 2px #2d4c86;
  color: #2d4c86;
}

#facebook {
  border: solid 2px #3b5998;
  color: #3b5998;
}

#ggl-plus {
  border: solid 2px #dd4b39;
  color: #dd4b39;
}

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

p.cu_btn a {
  font-size: 30px;
  line-height: 57px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  background: #5fc2c7;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}