@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;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
body {
  background-color: #444;
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
  color: #fff;
}
a {
  color: #fff;
  display: block;
}
a:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.title03 a,
p.catchcopy3,
#topnav3-menu li a,
aside li > div,
.r-morebtn3 a,
footer p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho",
    "游明朝体", serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
  color: #fff;
}
h2,
h3,
h4,
h5,
h6, .under h1 {
  font-size: 140%;
  margin-bottom: 25px;
}

h2, .under h1 {
  color: #fff;
  padding: 10px 15px;
  border-left: 8px solid orange;
  border-bottom: 1px solid #999;
}
h3, .under h2 {
  padding: 10px 15px;
  border-left: 8px solid orange;
}
h4, .under h3 {
  border-bottom: 4px double #999;
  padding: 10px 15px;
}
.under h3 {margin-top: 40px;}

h5 {
  border-bottom: 1px solid #999;
  padding: 5px 10px;
  font-size: 120%;
}
h6 {
  border-bottom: 1px dashed #999;
  padding: 5px 10px;
  font-size: 100%;
}
strong {
  color: orange;
}
article ul {
  padding: 0.5em 1em 0.5em 2.5em;
  margin: 1.5em 0;
  border: 1px solid #999;
}
article ul li {
  position: relative;
  padding: 0 0 0 10px;
  border-bottom: 1px dashed #999;
}
article ul li:before,
article ul li:after {
  content: "";
  display: block;
  position: absolute;
}
article ul li:before {
  top: 8px;
  left: -16px;
  width: 10px;
  height: 10px;
  background: orange;
}
article ol {
  counter-reset: number;
  padding: 0.5em 1em 0.5em 1.5em;
  margin: 1.5em 0;
  border: 1px solid #999;
}
article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  border-bottom: 1px dashed #999;
}
article ol li:before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  color: #000;
  background: orange;
  text-align: center;
  line-height: 1.2;
}
blockquote {
  background: #eee;
  padding: 3em 1em;
  position: relative;
  color: #000;
}
blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #000;
  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;
  color: #000;
}
table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #ccc;
  background: #eee;
  color: #000;
}
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 dashed #eee;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  border: 2px dotted #b1a395;
  font-style: normal;
}
del {
  text-decoration: line-through;
}
ins {
  background-color: #eee;
  display: inline-block;
  color: #000;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
/* top page */
article,
.link-content3,
aside {
  padding: 2em;
  border: solid 1px #999;
  outline: solid 1px #999;
  outline-offset: -0.5em;
}
/* header */
.headerarea3 {
  width: 100%;
  padding: 50px 0 0;
}
.title03 a,
p.catchcopy3 {
  color: #fff;
  line-height: 1.4;
}
.title03 a {
  font-size: 35px;
  font-weight: bold;
}
p.catchcopy3 {
  margin: 15px 0 0;
  font-size: 90%;
}
.topnav3 > ul {
  display: flex;
  margin: 30px 0 0;
}
.topnav3 ul#topnav3-menu > li {
  display: block;
  position: relative;
  width: 20%;
  padding: 4px 0 4px 20px;
  font-size: 14px;
  border-left: 1px solid #999;
}
#topnav3-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#topnav3-menu li a {
  display: block;
  color: #fff;
}
/* slider */
.mainvisual3 {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0;
}
.slider-wrap3 {
  position: relative;
  left: 50%;
  width: 2940px;
  margin-left: -1470px;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 10px;
}
/* contents area */
.maincontainer3 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.r-morebtn3 {
  text-align: right;
}
.r-morebtn3 a {
  padding: 2px 3rem;
  background-color: orange;
  color: #000;
  display: inline-block;
}
.r-morebtn3 a:hover {
  background-color: #000;
  border: 1px solid #999;
  color: #fff;
  opacity: 1;
}
/* main */
main {
  float: left;
  width: 70%;
  margin: 50px 0;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}
.link-content3 {
  width: 100%;
  padding: 2em;
  margin-bottom: 20px;
}
.link-content3 p {
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
}
.link-content3 h2 {
  padding-top: 0px;
  margin-bottom: 5px;
}
.link-content3 img {
  float: left;
  width: 30%;
  margin-bottom: 0px;
  padding: 10px;
}
.link-content3 .fl {
  float: right;
  width: 68%;
  padding-right: 10px;
}
article {
  margin-bottom: 30px;
  background-color: #000;
}
article p {
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
}
.topics {
  clear: both;
  padding: 20px;
}
/* おすすめリンク */
.link_bx3 {
  border: 1px solid #999;
  padding: 20px;
}
.linkin3 {
  float: left;
  width: 48%;
  margin: 0 1%;
}
.link_bx3 h2 {
  margin: 0 0 15px;
  padding: 0;
  background: none;
  border: none;
}
.link_bx3 h3 {
  margin: 0 2%;
  border: none;
  background-color: #fff;
  padding: 0;
}
.link_bx3 h3 a {
  display: block;
  padding: 10px 10px 10px 30px;
  position: relative;
  display: block;
  color: #000;
  background-color: orange;
  font-size: 18px;
  text-align: left;
}
.link_bx3 h3 a:hover {
  background-color: #000;
  border: 1px solid #999;
  color: #fff;
  opacity: 1;
}
.link_bx3 h3 a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 13px;
  left: 15px;
  border: 8px solid transparent;
  border-left: 10px solid #000;
}
.link_bx3 p {
  padding: 0 0 0 10px;
}
/* aside */
aside {
  float: right;
  width: 25%;
  margin: 50px 0 50px 5%;
  background-color: #000;
  position: sticky;
  top: 0;
  height: fit-content;
}
aside li > div {
  color: #fff;
  font-size: 21px;
  border-left: 6px solid orange;
  border-bottom: 1px solid #999;
  padding-left: 20px;
}
aside ul li ul li:last-child {
  margin-bottom: 50px;
}
.s-link3 :last-child {
  margin-bottom: 10px;
}
aside a {
  padding: 10px 0 10px 20px;
}
aside img {
  float: left;
  max-width: 100px;
  margin-right: 10px;
}
.s-link3 a {
  margin-bottom: 10px;
}
/* footer */
/* footer */
footer {
  position: relative;
  background: #000;
  padding: 50px 0 10px;
  color: #fff;
}
footer p {
  font-size: 21px;
}
footer a {
  color: #fff;
  font-size: 85%;
}
footer .maincontainer3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.ft_copy3 {
  font-size: 70%;
  text-align: center;
}
.topbtn3 {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1;
  padding: 5px;
  border: solid 1px #999;
  outline: solid 1px #999;
  outline-offset: -0.4em;
}
.foot_menu3 {
  width: 27%;
  margin: 0 auto;
}
.foot_menu3 p {
  float: left;
  margin-right: 20px;
}
.foot_menu3 ul {
  float: left;
  border-left: 1px solid #fff;
  padding-left: 20px;
}
.foot_menu3 ul li {
  padding-bottom: 10px;
}
/* under */
.nf4043 {
  font-size: 200%;
  color: #fff;
}
/* pan nav */
.panav3 {
  margin: 20px 0 -30px;
}
.panav3 a {
  display: inline;
  font-size: 85%;
}
.panav3 font {
  color: #ccc;
}
/* SNS */
.sbtn3-area {
  width: 100%;
  margin: 0 0 20px;
  padding: 20px;
}
.sns-maincontainer3 {
  display: flex;
  justify-content: space-between;
}
.sbtn3-area > div {
}
.sbtn3-area:after {
  content: "";
  clear: both;
  display: block;
}
.titlefill3 {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  font-size: 120%;
  color: #b1a395;
}
.sbtn3-whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}
.sbtn3-whole .fa {
  font-weight: bold;
}
.sbtn3-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 5px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.sbtn3-link: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;
}

/* レスポンシブ */
@charset "utf-8";
@media screen and (max-width: 673px) {
  /* bace */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
  }
  .maincontainer3,
  main,
  aside,
  .side_menu3,
  .s-link3 img,
  article img,
  .link-content3 img,
  .link-content3 .fl {
    width: 100%;
  }
  article img,
  main,
  aside,
  .linkin3,
  .s-link3 img,
  .link-content3 img,
  .link-content3 .fl {
    float: none;
  }
  .maincontainer3 {
    padding: 3%;
  }
  .link-content3,
  .link-content3 .fl,
  .link_bx3 {
    padding: 10px;
  }
  /* topnav3 */
  #topnav3-menu,
  .side_menu3 h2 {
    display: none;
  }
  .slicknav_menu {
    display: block;
    padding: 0;
    background: #000;
  }
  .slicknav_nav ul {
    margin: 0;
  }
  .slicknav_menu a {
    padding: 0;
    margin: 0;
  }
  a.slicknav_btn.slicknav_collapsed {
    width: 100%;
    display: block;
  }
  .slicknav_menu img {
    display: block;
    margin: 20px auto 0;
    width: 100%;
    height: auto;
  }
  .slicknav_btn {
    float: none;
    background-color: #fff;
  }
  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: none;
  }
  ul.slicknav_nav li:last-child {
    border-bottom: none;
  }
  .slicknav_menu .slicknav_no-text {
    float: right;
    margin: 15px;
  }
  .slicknav_nav a {
    padding: 5px 15px;
    background: #fff;
    color: #000;
    border-bottom: 1px dotted #000;
  }
  .slicknav_nav a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #444;
    color: #fff;
    opacity: 1;
  }
  /* head main */
  .headerarea3 {
    padding: 10px 0 0;
  }
  .title03 a {
    font-size: 22px;
  }
  .mainvisual3 {
    margin: 0 auto;
  }
  main {
    margin: 0;
  }
  main h2,
  .side_menu3 h2,
  h3,
  h4 {
    font-size: 120%;
  }
  article img {
    max-width: 100%;
  }
  .link-content3,
  .link-content3 .fl {
    padding: 10px;
  }
  .link-content3 img {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .r-morebtn3 {
    text-align: center;
    margin-top: 10px;
  }
  .r-morebtn3 a {
    display: block;
    max-width: 340px;
    margin: 0 auto;
  }
  .linkin3 {
    width: 100%;
    margin: 0 0 10px;
  }
  /* aside footer*/
  aside {
    margin: 20px 0;
  }
  aside a {
    padding: 5px 0;
  }
  aside ul li ul li:last-child {
    margin-bottom: 0;
  }
  .s-link3 a,
  .s-link3 :last-child {
    margin-bottom: 0;
  }
  footer {
    padding: 0;
  }
  footer .maincontainer3 {
    margin: 0 auto;
  }
  footer .foot_menu3 {
    width: 100%;
    margin-bottom: 2rem;
  }
  .ft_copy3 {
    padding: 0 10px 10px;
    line-height: 1.3;
  }
  .side-maincontainer3 p a {
    height: 28px;
    padding: 0;
    text-align: center;
  }
  /* subpage */
  .panav3 {
    margin: 0;
  }
  .sbtn3-area {
    margin: 0 0 20px;
    padding: 0;
  }
  .sbtn3-whole {
    display: block;
    margin: 0 auto 10px;
  }
  .sbtn3-link {
    font-size: 0.6rem !important;
  }
}
