@charset "utf-8";

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

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

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

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

a:hover {
  opacity: 0.6;
  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: 140%;
  margin-bottom: 15px;
}

h2,
.under h1 {
  border-left: 5px solid #555;
  font-weight: bold;
  padding: 12px 8px;
}

h3,
.under h2 {
  border-bottom: 2px solid #555;
  padding: 5px 0;
}

h4,
.under h3 {
  background: #555;
  padding: 5px;
  color: #fff;
}

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

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

h6 {
  font-weight: bold;
  color: #b5b5b5;
  font-size: 120%;
}

strong {
  color: #ff0e61;
  letter-spacing: 0.05em;
}

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

article ul li {
  position: relative;
  border-bottom: solid 1px #ccc;
  margin: 0 0 0.5em;
}

article ul li:before {
  content: "・";
  display: inline-block;
  color: #ccc;
}

article ol {
  counter-reset: counter-name;
  background: #f7f7fc;
  padding: 0.5em 0.5em 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: #313131;
  padding: 3em 1em;
  position: relative;
  color: #eee;
}

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

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

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 #ccc;
  margin: 1em 0;
  padding: 1em;
}

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

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

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/*大コンテナ*/

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

header .con_wid {
  display: block;
}

.con_conte>* {
  color: #313131;
}

/*左右コンテナ*/

.left_c {
  /*min-*/
  width: 215px;
  float: left;
  padding: 0;
  position: sticky;
  top: 0;
  height: fit-content;
}

.right_c {
  border-left: solid 1px #ccc;
  max-width: 950px;
  float: right;
  margin: 0 auto;
}

/*メイン */

main {
  margin-bottom: 50px;
  padding: 30px;
}

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

article {
  margin-bottom: 30px;
}

/* ヘッダーエリア */

.head_c {
  width: 100%;
  background: #313131;
  margin: 0;
  padding: 18px 0 5px;
}

/*ページタイトルのコンテナ*/
.s_ti a {
  font-size: 20px;
  color: #eee;
  line-height: 1.3;
}

.head_c p.c_c_p {
  color: #888;
  font-size: 70%;
  margin: 0 0 7px;
}

/*ヘッダーナビ*/

nav {
  overflow: hidden;
}

.nav_c>ul {
  float: right;
}

.nav_c ul#nav_c-menu>li {
  display: block;
  position: relative;
  float: left;
  font-size: 11px;
  text-align: center;
}

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

.slicknav_menu {
  display: none;
}

#nav_c-menu li a {
  display: block;
  color: #888;
  border-left: 1px solid #888;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
}

#nav_c-menu li:first-child a {
  border: none;
}

/*スライダー*/

.vis_c {
  border-bottom: solid 1px #ccc;
}

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

/*下層リンク*/

.li_co img {
  max-width: 100%;
}

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

.li_con .li_co {
  overflow: hidden;
  margin: 0 0 30px;
}

.li_con .li_co img {
  float: left;
  width: 25%;
}

.li_con img+div {
  float: right;
  width: 73%;
  overflow: hidden;
}

.li_con img+div p {
  float: left;
  width: 70%;
}

.li_con .read_b {
  float: right;
  width: 28%;
}

.li_con .li_co h2 {
  width: 100%;
  border: none;
  margin: 0 0 10px;
  padding: 0;
}

img.img_main {
  display: block;
  max-width: 75%;
  margin: 0 auto 20px;
}

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

.read_b {
  text-align: center;
  margin: 30px auto 0;
}

.read_b a {
  padding: 0.5em;
  background: #313131;
  color: #fff;
  width: 100%;
  border: 1px solid #313131;
  display: block;
}

.read_b a:hover {
  background: #fff;
  border: 1px solid #313131;
  color: #313131;
  opacity: 1;
}

/* aside */

aside {
  padding: 30px;
}

aside li>p {
  font-weight: bold;
  color: #a4a5a7;
  font-size: 14px;
}

aside a {
  font-weight: bold;
  font-size: 14px;
  padding: 10px 0;
}

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

aside img {
  width: 100%;
  margin: 0;
}

/*メニューリンク*/

.s_up {}

.s_bot a {
  overflow: hidden;
}

/* おすすめリンク */

.ossm {
  border: solid 2px #000;
  padding: 25px;
}

.ossm h2 {
  color: #fff;
  /*文字色*/
  padding: 0.5em 1em 0.5em 0.5em;
  /*文字周りの余白*/
  display: inline-block;
  /*おまじない*/
  line-height: 1.3;
  /*行高*/
  background: #313131;
  /*背景色*/
  vertical-align: middle;
  /*上下中央*/
  border-radius: 25px 0px 0px 25px;
  /*左側の角を丸く*/
  border: none;
}

.ossm h2:before {
  content: "●";
  color: white;
  margin-right: 8px;
}

.oss_in {
  margin: 0 0 20px 20px;
}

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

.ossm h3 {
  margin: 0 0 10px 0;
  border-left: solid 5px #999;
  padding: 10px;
}

.ossm h3 a {
  display: block;
}

.ossm p {
  padding: 0;
}

.ossm a {
  text-align: left;
}

/* footer */

footer {
  position: relative;
  background: #f7f7fc;
  padding: 20px 0 15px;
  border-top: solid 1px #ccc;
}

footer p {
  font-size: 15px;
}

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

footer .con_wid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 20px;
}

.footc {
  font-size: 70%;
  text-align: center;
  padding: 0 1em;
}

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

/* under */

.not_e {
  font-size: 160%;
  color: #e0135e;
}

/* pan nav */

.pkuzu {
  padding: 0 0 0 10px;
  margin: 0;
  background: #f0f0f0;
}

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

.pkuzu font {
  color: #aaa;
}

/* SNS */

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

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

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

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

.bccc {
  text-align: left;
  border-bottom: solid 2px #ccc;
  display: block;
  color: #999;
  font-size: 15px;
  width: 100%;
  padding: 6px 0;
  margin: 0 0 20px;
  font-weight: bold;
  box-sizing: border-box;
}

.bddd {
  width: 25%;
  float: left;
  box-sizing: border-box;
  margin: 0;
}

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

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

.beee: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.go_lkbtn a {
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 1;
  background: rgba(49, 49, 49, 0.85);
  width: 55px;
  height: 55px;
  color: #fff;
}