@charset "utf-8";

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

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

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

a {
  color: #606060;
  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 {
  font-size: 140%;
  margin-bottom: 25px;
}

h2 {
  padding: 10px 0;
  border-top: 3px solid #606060;
}

h3 {
  border-left: 8px solid #606060;
  padding-left: 10px;
}

h4 {
  border: 2px solid #606060;
  padding: 5px;
}

/* 下層用 */
.under h1 {
  padding: 10px 0;
  border-top: 3px solid #606060;
  font-size: 140%;
  margin-bottom: 25px;
}

.under h2 {
  border-left: 8px solid #606060;
  padding-left: 10px;
}

.under h3 {
  border: 2px solid #606060;
  padding: 5px;
  margin-top: 40px;
}

h5 {
  border-bottom: 1px solid #606060;
  font-size: 120%;
}

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

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

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 2px solid #606060;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "◆";
  display: block;
  color: #606060;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
}

article ol {
  counter-reset: counter-name;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  background: #606060;
  color: #fff;
}

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: #ccc;
  padding: 3em 1em;
  position: relative;
}

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

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

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

/* /////////////////////左右・大コンテナ */
.r_box {
  border-top: 7px solid #606060;
  /* min-width: 300px; */
  width: 300px;
  float: right;
  padding: 20px;
  position: sticky;
  top: 0;
  height: fit-content;
}

.l-box {
  max-width: 680px;
  float: left;
}

/* header */
.heder_ctn {
  margin: 0;
  padding: 0 0 30px;
}

.heder_ctn a {
  color: #606060;
}

.top_title a {
  font-size: 27px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1.3;
}

.heder_ctn p.c_cp {
  font-size: 80%;
}

.heder_ctn p.c_cp.sonota {
  position: static;
  background: none;
  width: auto;
  color: #8da9a0;
}

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

.main__ctn.another_p {}

.main__ctn.another_p .ct_ti {
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  background: none;
  width: 50%;
}

/* スライダー */
.top_img {
  overflow: hidden;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
}

.bx-wrapper {
  margin: 0 auto;
  border: none;
  box-shadow: none;
  /* width: 600px; */
  max-width: 680px !important;
  float: right;
  background: none;
}

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

/* コンテナ*/
.main__ctn {
  width: 1000px;
  /*900px*/
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  overflow: initial;
}

/* main */
main {
  margin: 0 0 30px;
}

article {
  margin: 0 0 50px;
  background: #fff;
  padding: 0;
}

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

/*ヘッダーナビ*/

.glnvgt {
  display: none;
}

.glnvgt .glnvgt-menu {
  display: block;
}

.glnvgt ul#glnvgt-menu>li {
  display: block;
  font-size: 15px;
  border-bottom: 1px #606060 solid;
  margin: 0 10px;
}

#glnvgt-menu li a {
  padding: 0.3em;
  color: #8da9a0;
  display: block;
}

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

.main__ctn.another_p .glnvgt {
  float: right;
  width: 40%;
}

.slicknav_menu {
  display: none;
}

/*≫さらに読む*/

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

.readmore a {
  padding: 0.2em;
  color: #fff;
  display: block;
  background: #606060;
  font-size: 19px;
}

/*2列リンク*/

.ctn_sub {
  overflow: hidden;
  margin: 0 auto 30px;
  overflow: hidden;
  padding: 20px 0 0;

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ctn_sub .link_sub {
  /* min-width: 290px; */
  max-width: 48.5%;
  margin: 0 20px 20px 0;
  padding: 15px;
  background: #fff;
  float: left;
}

.ctn_sub .link_sub:nth-child(even) {
  margin-right: 0;
}

.link_sub img {
  float: none;
  max-width: 100%;
  margin: 0 0 10px;
}

.link_sub h2 {
  margin: 0 0 10px;
}

/* おすすめリンク */
.Recommended a {
  text-align: center;
  color: #fff;
}

.Recommended h2 {
  font-size: 19px;
  text-align: center;
  background: none;
}

.Recommended h3 {
  border: none;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}

.Recommended h3 a {
  display: block;
  background: #606060;
  color: #fff;
  padding: 0.3em 0.3em 0.3em 0.4em;
  /* width: 80%; */
  margin: 0 auto;
  text-align: left;
}

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

.Recommended p {
  padding: 0;
  margin-bottom: 30px;
}

/* サイドリンク */
aside {
  margin: 0;
}

aside li>p {
  font-size: 19px;
  margin: 0 0 20px;
  color: #fff;
  line-height: 1.3;
  padding: 0 5px;
  background: #606060;
}

aside a {
  font-size: 14px;
  padding: 10px 0;
  line-height: 1.3;
  border-bottom: 1px #606060 solid;
}

.side-main__ctn>li {
  margin: 0 0 40px;
}

.side-main__ctn>li:last-child {
  margin: 0;
}

.side_li a img {
  float: none;
  max-width: 100%;
  margin: 0 0 10px;
}

/* footer */

footer {
  position: relative;
  background: none;
  padding: 50px 0 10px;
  background: #606060;
  color: #fff;
}

footer p {
  font-size: 21px;
}

footer a {
  color: #fff;
}

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

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

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

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

.f_mn ul {
  margin: 0 0 0 1em;
}

/* under */

.p_none {
  font-size: 200%;
  color: #606060;
}

/* SNS */

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

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

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

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

.bbb_ti {
  text-align: center;
  display: block;
  background-color: #606060;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.bbb_w {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

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

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

main a.bbb_l {
  color: #fff !important;
}

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

/* pan nav */

.panav {
  margin-bottom: 10px;
}

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

.panav font {
  color: #ccc;
}

/*戻るボタン*/

p.back_top a {
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 1;
  background: rgba(149, 149, 149, 0.8);
  width: 60px;
  height: 60px;
  color: #fff;
}