@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: #f2a623;
  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: #f2a623;
  display: block;
}
a:hover {
  color: #000;
  transition: 0.2s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: bold;
}
h2,
h3,
h4,
h5,
h6 {
  font-size: 140%;
  margin-bottom: 25px;
}
h2 {
  color: #f2a623;
  padding: 10px 15px;
  border-left: 10px solid #f2a623;
}
h3 {
  padding: 10px 15px;
  border-left: 10px solid #f2a623;
}
h4 {
  padding: 10px 15px;
  border-left: 10px solid #000;
}
h5 {
  padding: 5px 10px;
  font-size: 120%;
  border-left: 7px solid #000;
}
h6 {
  padding: 5px 10px;
  font-size: 100%;
  border-left: 5px solid #000;
}
/* 下層用 */
.under h1 {color: #f2a623;
  padding: 10px 15px;
  border-left: 10px solid #f2a623;
  font-size: 140%;
  margin-bottom: 25px;}

.under h2 {padding: 10px 15px;
  border-left: 10px solid #f2a623;}

.under h3 {padding: 10px 15px;
  border-left: 10px solid #000;
  margin-top: 40px;}


strong {
  color: #f2a623;
  font-weight: bold;
  border-bottom: 4px double #f2a623;
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 1px solid #000;
}
article ul li {
  position: relative;
  padding: 0 0 0 10px;
}
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: #000;
}
article ol {
  counter-reset: number;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  border: 1px solid #000;
}
article ol li {
  margin: 0;
  list-style: none;
  position: relative;
}
article ol li:before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #000;
  text-align: center;
  line-height: 1.2;
}
blockquote {
  background: #eee;
  padding: 3em 1em;
  position: relative;
}
blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #666;
  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 #000;
  background: #eee;
}
table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #000;
}
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: 1px dashed #000;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  border: 2px dotted #000;
  font-style: normal;
}
del {
  text-decoration: line-through;
}
ins {
  background-color: #eee;
  display: inline-block;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}

/* top page */
/* header */
.introa {
  width: 100%;
  padding: 30px 0 0;
}
.sitetitle a,
p.catch_c {
  color: #000;
  line-height: 1.4;
}
.sitetitle a {
  font-size: 30px;
  font-weight: bold;
}
p.catch_c {
  margin: 15px 0 0;
  font-size: 90%;
}
.g_nav > ul {
  display: flex;
  justify-content: space-around;
  margin: 30px 0 0;
  background-color: #000;
}
.g_nav ul#g_nav-menu > li {
  display: block;
  position: relative;
  width: 24%;
  padding: 8px 0;
  font-size: 14px;
  text-align: center;
}
#g_nav-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#g_nav-menu li a {
  display: block;
  font-size: 115%;
  color: #fff;
}
#g_nav-menu li a:hover {
  color: #f2a623;
}
/* slider */
.eyec {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.sliderbx {
  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: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 10px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-prev {
  background: url(../images/lefticon.png) no-repeat 0 0;
  left: 1000px;
}
.bx-wrapper .bx-next {
  background: url(../images/righticon.png) no-repeat 0 0;
  right: 1000px;
}
/* contents area */
.mainco {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

/* main */
main {
  float: right;
  width: 70%;
  margin: 30px 0;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}
.linkc {
  padding: 15px;
  background-color: #fff;
}
.linkc a:hover {
  opacity: 0.8;
}
.linkc img {
  float: left;
  width: 35%;
  margin: 0 2% 0 0;
  overflow: hidden;
}
.linkc h2 {
  float: right;
  width: 63%;
  padding: 0 15px;
  margin-bottom: 15px;
}
.linkc p {
  font-size: 15px;
  line-height: 1.6;
}
.linkc a {
  color: #000;
}
.linkc a:hover {
  opacity: 0.6;
  color: #000;
}
.read_mr {
  text-align: right;
}
.read_mr a {
  color: #f2a623;
  margin-top: 15px;
}
article {
  margin-bottom: 30px;
}
.writings {
  background-color: #fff;
  padding: 15px;
}
/* おすすめリンク */
.link_bxx {
  padding: 20px;
  background-color: #fff;
}
.link-to {
  float: left;
  width: 48%;
  margin: 0 1%;
}
.link_bxx h2 {
  margin: 0 0 15px;
  padding: 0;
  background: none;
  border: none;
  color: #000;
}
.link_bxx h3 {
  margin: 0 2%;
  border: none;
  background-color: #fff;
  padding: 0;
}
.link_bxx h3 a {
  display: block;
  padding: 10px;
  position: relative;
  display: block;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  text-align: left;
}
.link_bxx h3 a::after {
  content: ">";
  margin-left: 10px;
}
.link_bxx h3 a:hover {
  background-color: #f2a623;
  color: #fff;
}
.link_bxx p {
  padding: 0 0 0 10px;
}
/* aside */
aside {
  float: left;
  width: 25%;
  margin: 30px 5% 50px 0;
  background-color: #000;
  position: sticky;
  top: 0;
  height: fit-content;
}
aside li > div {
  color: #fff;
  font-size: 21px;
  border-bottom: 1px solid #fff;
  padding-left: 20px;
}
aside ul li ul li:last-child {
  margin-bottom: 50px;
}
.side_link :last-child {
  margin-bottom: 10px;
}
aside a {
  padding: 20px;
  color: #fff;
}
aside a:hover {
  color: #f2a623;
}
aside img {
  width: 100%;
}
.side_link a {
  margin-bottom: 10px;
}
/* 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 a:hover {
  color: #f2a623;
}
footer .mainco {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.ft_cp {
  font-size: 70%;
  text-align: center;
}
.top-btn {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}
.foot_m {
  width: 25%;
  margin: 0 auto;
}
.foot_m p {
  float: left;
  margin-right: 20px;
}
.foot_m ul {
  float: left;
  border-left: 1px solid #fff;
  padding-left: 20px;
}
.foot_m ul li {
  padding-bottom: 10px;
}
.top-btn {
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 1;
}
/* subpage */
.not_fo {
  font-size: 200%;
  color: #aaa;
}
/* pan nav */
.pan-nav {
  margin: 20px 0 -30px;
}
.pan-nav a {
  display: inline;
  font-size: 85%;
  color: #000;
}
.pan-nav font {
  color: #000;
}
/* SNS */
.snb-area {
  width: 100%;/*40%*/
  margin: 15px 0 15px auto;
}
.sns-mainco {
  display: flex;
  justify-content: space-between;
}
.snb-area > div {
  text-align: center;
}
.snb-area:after {
  content: "";
  clear: both;
  display: block;
}
.snb-whole {
  width: 22%;/*20%*/
  box-sizing: border-box;
  margin: 0 0.1%;
}
.snb-whole .fa {
  font-weight: bold;
}
.snb-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 0.9vw !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.snb-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;
}
