@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: #ddd;
  font-size: 16px;
  line-height: 2;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  /*ストライプ*/
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
  background-color: #888;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    color-stop(0.5, #fff),
    color-stop(0.5, transparent),
    to(transparent)
  );
  background-image: -moz-linear-gradient(
    left,
    #fff 50%,
    transparent 50%,
    transparent
  );
  background-image: -o-linear-gradient(
    left,
    #fff 50%,
    transparent 50%,
    transparent
  );
  background-image: linear-gradient(
    left,
    #fff 50%,
    transparent 50%,
    transparent
  );
  /*ストライプ*/
}

a {
  color: #000;
  display: block;
}
a:hover {
  color: #000;
  transition: 0.1s;
  text-decoration: underline;
}
h3,
h4,
h5,
h6 {
  line-height: 1.8;
  font-weight: normal;
}
h2,
h3,
h4,
h5,
h6 {
  font-size: 140%;
  margin-bottom: 25px;
}
h2 {
  color: #000;
  font-size: 160%;
  font-weight: bold;
}
h3 {
  border: 1px solid #000;
}
h4 {
  border: 1px dotted #000;
  padding-left: 10px;
}

/* 下層用 */
.under h1 {color: #000;
  font-size: 160%;
  font-weight: bold;}

.under h2 {border: 1px solid #000;}

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


h5 {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}
h6 {
  font-size: 100%;
  font-size: 120%;
  border-left: 5px solid #000;
  padding-left: 10px;
}
strong {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 2px solid #ccc;
}
article ul li {
  position: relative;
}
article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 5px 5px 5px 5px;
}
article ol {
  counter-reset: counter-name;
  border: 2px solid #ccc;
  padding: 0.5em 0 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: #eee;
  padding: 3em 1em;
  position: relative;
}
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;
}
table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #ccc;
  background: #eee;
}
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 double #eee;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  font-style: normal;
  border: 1px solid #ffff66;
}
del {
  text-decoration: line-through;
}
ins {
  display: inline-block;
  background-color: #fff;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}

/* top page */
.wrap56 {
  max-width: 1100px;
  margin: 50px auto;
  background-color: #fff;
  border-left: 4px solid #000;
}
.ttlvisual {
  max-width: 1100px;
  border-right: 4px solid #000;
  border-top: 4px solid #000;
}
/* header */
.pagetop {
  padding: 40px 50px 20px 50px;
  width: 40%; /*396px*/
  float: left;
}

.pagetop a {
  color: #000;
}
.sitename a,
.p.catchCopy {
  line-height: 1.3;
}
.pagetop .sitename a {
  font-size: 35px;
  font-weight: bold;
  color: #000;
}
p.catchCopy {
  margin: 10px 0;
  color: #000;
}
.navcontainer > ul {
  display: flex;
  justify-content: space-around;
  border-bottom: 4px solid #000;
}
.navcontainer ul#navcontainer-menu > li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 14px;
  text-align: center;
}
#navcontainer-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#navcontainer-menu li a {
  display: block;
  color: #000;
  font-size: 16px;
  margin: 13px;
}
#navcontainer-menu li a:hover {
  color: #000;
  text-decoration: underline;
}
.navcontainer ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -10px;
  width: 1px;
  height: 30px;
  margin-top: -15px;
  border-left: 2px solid #000;
}
/* slider */
.topVisual {
  float: right;
  border-left: 4px solid #000;
  width: 60%;
}
.bx-wrapper {
  border: none;
  box-shadow: none;
  max-width: 700px;
  margin-bottom: 0px;
}
/* contents area */
.mainSection {
  clear: both;
  border-top: 4px solid #000;
  max-width: 1100px;
  /*ストライプ*/
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
  background-color: #888;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    color-stop(0.5, #fff),
    color-stop(0.5, transparent),
    to(transparent)
  );
  background-image: -moz-linear-gradient(
    left,
    #fff 50%,
    transparent 50%,
    transparent
  );
  background-image: -o-linear-gradient(
    left,
    #fff 50%,
    transparent 50%,
    transparent
  );
  background-image: linear-gradient(
    left,
    #fff 50%,
    transparent 50%,
    transparent
  );
  /*ストライプ*/

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

.read_more {
  text-align: right;
  margin-top: 10px;
}
.read_more a {
  padding: 3px 3rem;
  border: 1px solid #000;
  color: #000;
  display: inline-block;
}
.read_more a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
/* main */
main {
  float: left;
  width: 72%; /*800px*/
  padding: 30px;
  background-color: #fff;
  border-right: 4px solid #000;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}
.page_cont img {
  float: left;
  max-width: 340px;
  margin-right: 10px;
}
article {
  margin-bottom: 30px;
}
/* おすすめリンク */
.link_bx h3 {
  position: relative;
}
.link_bx h3 a {
  display: block;
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 0 10px 20px;
}
.link_bx h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}

.link_bx h3 a:hover {
  display: block;
  background-color: #888;
  color: #fff;
  text-decoration: none;
}
.link_bx h3 {
  border: none !important;
}
.link_bx p {
  padding: 0 0 20px;
}
.link_bx a {
  text-align: left;
}
/* aside */
.sideMenu {
  background-color: #fff;
  padding: 20px;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
}
aside {
  float: right;
  width: 28%; /*300px*/
  position: sticky;
  top: 0;
  height: fit-content;
}
aside li {
  /* padding: 20px 0; */
}
aside li > div {
  color: #000;
  font-size: 21px;
  font-weight: bold;
  border-bottom: 2px solid #000;
}
aside a {
  padding: 10px 0;
  color: #000;
}
aside a:hover {
  padding: 10px 0;
  color: #000;
  text-decoration: underline;
}
aside img {
  float: left;
  max-width: 100px;
  margin-right: 10px;
}
.sideLink a {
  margin-bottom: 10px;
}
/* footer */
footer {
  position: relative;
  background-color: #fff;
  padding: 30px 50px;
  color: #000;
  width: 1100px;
  margin: 0 auto;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
}
footer p {
  font-size: 21px;
  font-weight: bold;
}
footer a {
  color: #000;
  font-size: 85%;
}
footer a:hover {
  color: #000;
  text-decoration: underline;
}
.foot-copy {
  font-size: 70%;
  text-align: center;
  clear: both;
}
.topBtn {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}
.foot-menu {
  width: 27%;
  margin-right: 3%;
  float: left;
}
/* under */
.not_Found {
  font-size: 200%;
  color: #bbb;
}
/* pan nav */
.pa_Nav {
  margin-bottom: 20px;
}
.pa_Nav a {
  display: inline;
  font-size: 85%;
}
.pa_Nav font {
  color: #ccc;
}
/* SNS */
.btn_Area {
  width: 100%;
  margin: 50px 0;
}
.sns-mainSection {
  display: flex;
  justify-content: space-between;
}
.btn_Area > div {
  text-align: center;
}
.btn_Area:after {
  content: "";
  clear: both;
  display: block;
}
.titleFill {
  text-align: center;
  display: block;
  background-color: #444;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.button-whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}
.button-whole .fa {
  font-weight: bold;
}
.button-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.button-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;
}
/*下層*/
.pagetop2 {
  padding: 40px 50px 20px 50px;
}
.pagetop2 a {
  color: #000;
}
.pagetop2 .sitename a {
  font-size: 35px;
  font-weight: bold;
}
.mainSection404 {
  clear: both;
  border-top: 4px solid #000;
  width: 1100px;
  background-color: #fff;
}
.mainSection404 main {
  border: none;
}
.sideMenu404 {
  background-color: #fff;
  padding: 20px;
  border-right: 4px solid #000;
  border-left: 4px solid #000;
}
