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

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

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

a {
  color: #3d3d3d;
  display: block;
}

a:hover {
  color: #fff;
  transition: 0.3s;
}

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: 25px;
}

h2,
.under h1 {
  padding: 8px;
  font-weight: bold;
  border-left: 2px solid #40c0f0;
}

h3,
.under h2 {
  background: #000;
  color: #fff;
  padding: 4px;
}

h4,
.under h3 {
  border-bottom: 2px solid #40c0f0;
}

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

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

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

strong {
  color: #40c0f0;
}

article ul {
  background: rgb(248, 248, 248);
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 1px solid #e0e0e0;
}

article ul li {
  position: relative;
}

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

article ol {
  counter-reset: counter-name;
  background: rgb(248, 248, 248);
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  border: 1px solid #e0e0e0;
}

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: #e0e0e0;
  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: #fff;
}

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

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: 3px solid #eee;
  margin: 1em 0;
  padding: 1em;
}

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

em {
  font-style: normal;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* ///////////大コンテナ*/
.wrap_c {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.pan_k .wrap_c {
  display: block;
}

.wrap_cc {
  margin: 30px auto 0;
}

/*文字色全変更*/
.wrap_cc>* {
  color: #3d3d3d;
}

/* ///////////左右コンテナ*/
.left-side {
  max-width: 720px;
  float: left;
}

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

/* ///////////メイン */
main {
  margin-bottom: 50px;
  padding: 30px;
  background: #fff;
  /* box-shadow */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

article {
  margin-bottom: 30px;
}

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

/*//////////////コンテンツ内容//////////*/
/* /////////ヘッダーエリア */
.h-are {
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
}

/*ページタイトルのコンテナ*/
.wrap_c .wrap_ti {
  margin: 25px auto;
}

.site-ti a {
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 8px;
  line-height: 1.3;
}

.site-ti a:hover {
  color: #3d3d3d;
}

.site-ti a::first-letter {
  font-size: 120%;
  color: #40c0f0;
}

.h-are p.catch-copy {
  color: #808080;
  font-size: 75%;
}

.other_p .wrap_c .wrap_ti {
  margin: 20px 0;
}

/*/////////ヘッダーナビ*/
nav {
  border-bottom: 1px solid #e0e0e0;
  background: #f8f8f8;
}

.nav_w>ul {
  max-width: 1050px;
  display: flex;
  margin: 0 auto;
}

.nav_w ul#nav_wm>li {
  display: block;
  border-right: 1px solid #e0e0e0;
  position: relative;
  height: 40px;
  float: left;
  font-size: 14px;
  text-align: center;
}

.nav_w ul#nav_wm>li:first-child {
  border-left: 1px solid #e0e0e0;
}

.nav_w ul#nav_wm>li:first-child a:before {
  content: "\f015";
  font-family: FontAwesome;
  margin: 0 0.1em 0 0;
}

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

.slicknav_menu {
  display: none;
}

#nav_wm li a {
  display: block;
  padding: 6px 21px;
}

#nav_wm li a:hover {
  background: #1f87ae;
}

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

.main_v {
  background: #f6f6f6;
  border-bottom: 1px solid #e0e0e0;
}

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

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

/*/////////下層リンク*/
.top_plink img {
  max-width: 100%;
  margin-right: 10px;
}

/*下層リンク・2連 */
.toplin_kcont {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 10px;
}

.toplin_kcont .top_plink {
  max-width: 47%;
  background: #fff;
  /* box-shadow */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  float: left;
  margin: 0 20px 20px 0;
}

.toplin_kcont .top_plink:nth-of-type(2) {
  margin-right: 0;
}

.toplin_kcont .top_plink>div {
  padding: 20px;
  overflow: hidden;
}

.toplin_kcont .top_plink h2 {
  margin: 0;
  font-weight: normal;
  padding: 5px;
  border: none;
  font-size: 120%;
  background: #3d3d3d;
  color: #fff;
}

/*/////////もっと読むボタン*/
.readmore {
  text-align: center;
  margin: 20px auto 0;
  width: 50%;
  float: right;
}

.readmore a {
  padding: 0.3em;
  color: #fff;
  background: #000;
  width: 100%;
  display: block;
}

.readmore a:hover {
  background: #40c0f0;
}

/* /////////aside */
aside li>p {
  color: #fff;
  font-size: 15px;
  padding: 5px;
  background: #1f87ae;
}

aside a {
  padding: 10px;
  border-bottom: solid 1px #e0e0e0;
}

aside a:hover {
  color: #3d3d3d;
  background: #f6f6f6;
}

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

.side_cm>li {
  margin: 0 0 30px;
  background: #fff;
  /* box-shadow */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

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

.side-ab {}

/*/////////人気記事リンク*/

.side_art a {
  margin-bottom: 10px;
  overflow: hidden;
}

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

.osusume_l {
  padding: 30px;
  background: #fff;
  /* box-shadow */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.osusume_l h2 {
  border: none;
}

.osusume_l h2:first-letter {
  font-size: 120%;
  color: #40c0f0;
}

.osusume_in {
  margin: 0 0 20px;
}

.osusume_l h3 {
  margin: 0 0 10px;
  position: relative;
}

.osusume_l h3 a {
  display: block;
  color: #fff;
}

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

.osusume_l p {
  padding: 0;
}

.osusume_l a {
  text-align: left;
}

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

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

footer p {
  font-size: 21px;
}

footer .wrap_c p::first-letter {
  color: #40c0f0;
  font-size: 120%;
}

footer a {
  font-size: 85%;
}

footer a:hover {
  text-decoration: none;
  color: #40c0f0;
}

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

.f_tx {
  font-size: 70%;
  text-align: center;
  background: #000;
  padding: 5px 0;
  color: #fff;
}

.t_mnu {
  width: 100%;
  margin-bottom: 3%;
}

.t_mnu ul {
  overflow: hidden;
}

.t_mnu ul li a {
  display: block;
  float: left;
  padding: 8px 15px;
  margin: 0 0 10px;
  border-right: solid 1px #d0d0d0;
}

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

.n_fod {
  font-size: 200%;
}

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

.pan_k {
  margin: 0;
  background: #000;
}

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

.pan_k font {
  color: #1f87ae;
}

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

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

.ss_b {
  display: flex;
}

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

.ss_c {
  display: block;
  border-bottom: solid 2px #40c0f0;
  font-size: 17px;
  width: 100%;
  padding: 6px 0;
  margin: 0 0 20px;
  font-weight: bold;
  box-sizing: border-box;
}

.ss_d {
  width: 25%;
  box-sizing: border-box;
  margin: 0;
}

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

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

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

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

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

p.modoru a {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  width: 47px;
  height: 47px;
  color: #fff;
}

p.modoru a:hover {
  background: #1f87ae;
}