@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: #f8f8f8;
  font-size: 15px;
  line-height: 1.7;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}
a {
  color: #000;
  display: block;
}
a:hover {
  background-color: #0c1562;
  color: #fff;
  transition: 0.3s;
}
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  font-weight: normal;
}
h2,
h3,
h4,
h5,
h6 {
  font-size: 140%;
  margin-bottom: 20px;
}
h2 {
  color: #fff;
  background: #000;
  padding: 10px 15px;
  line-height: 1.3;
}
h3 {
  border: 2px solid #000;
  padding-left: 10px;
}
h4 {
  border: 2px dotted #000;
  padding-left: 10px;
}
h5 {
  color: #000;
  font-size: 120%;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}
h6 {
  color: #000;
  font-size: 100%;
  border-bottom: 2px dotted #000;
  padding-bottom: 5px;
}

/* 下層用 */
.under h1 {
  margin-bottom: 10px;
  color: #fff;
  padding: 10px 15px;
  line-height: 1.3;
  font-size: 140%;
  /* margin-bottom: 20px; */
}

.under h2 {border: 2px solid #000;
  padding-left: 10px;}

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


strong {
  border-bottom: 4px double #ff5b3a;
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 1px solid #000;
  background-color: #fff;
}
article ul li {
  position: relative;
}
article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 10px;
  background: #0c1562;
  border-radius: 5px 5px 5px 5px;
}
article ol {
  counter-reset: counter-name;
  border: 1px solid #000;
  background-color: #fff;
  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;
  color: #0c1562;
}
blockquote {
  border: 1px solid #000;
  background-color: #fff;
  padding: 3em 1em;
  position: relative;
}
blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #0c1562;
  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 {
  font-style: normal;
  border: 1px solid #fff;
}
del {
  text-decoration: line-through;
}
ins {
  display: inline-block;
  background-color: #eee;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
/* グラデ */
#navigation6-menu li,
p.catchcopy6,
.read_more6 a,
.side-blockarea6 li,
.s_link6 li,
.link_box6 h3 a {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #f4f4f4 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #f4f4f4 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #f4f4f4 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

.titlearea,
.titlearea2,
h2,
footer,
.under h1 {
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #6e6f9b 0%,
    #0c1562 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #6e6f9b 0%,
    #0c1562 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #6e6f9b 0%,
    #0c1562 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e6f9b', endColorstr='#0c1562',GradientType=0 ); /* IE6-9 */
}
.titlearea,
.cp,
.side-blockarea6,
.s_link6,
article {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
/* top page */
/* header */
.wrap60 {
  position: relative;
  width: 100%;
}
.intro6 {
  background-color: #fff;
  width: 60%;
  margin-left: 40%;
}
.titlearea {
  width: 25%;
  position: absolute;
  z-index: 999;
  padding: 30px;
  float: left;
  top: 40px;
  border: 1px solid #000;
}
.titlearea::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom: 12px solid #0c1562;
  border-left: 12px solid #0c1562;
  top: 0;
  left: 100%;
}
.intro6 a {
  color: #fff;
}
.titlearea .sitetitle6 a {
  font-size: 2.5vw;
  color: #fff;
  line-height: 1.3;
  font-weight: normal;
}
.titlearea .sitetitle6 a:hover {
  text-decoration: none;
  background: none;
}
.cp {
  text-align: center;
}
p.catchcopy6 {
  margin: 0 auto;
  padding: 10px;
  color: #000;
  line-height: 1.4;
  background-color: #fff;
  border-bottom: 1px solid #000;
}
.navigation6 > ul {
  display: flex;
  justify-content: space-around;
}
.navigation6 ul#navigation6-menu > li {
  display: block;
  position: relative;
  width: 25%;
  font-size: 14px;
  text-align: center;
  border-left: 1px solid #666;
}
.navigation6 ul#navigation6-menu > li::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 5px solid #0c1562;
  border-right: 5px solid #0c1562;
  top: 85%;
  left: 94%;
}
ul#navigation6-menu li:last-child {
  border-right: 1px solid #666;
}
#navigation6-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#navigation6-menu li a {
  display: block;
  color: #000;
  font-size: 14px;
  padding: 20px 0;
}
#navigation6-menu li a:hover {
  color: #fff;
}
/* slider */
.mainimage6 {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.sliderbox6 {
  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: 90%;
  margin-top: -16px;
  outline: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  z-index: 9999;
  display: none;
}
.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: 980px;
}
.bx-wrapper .bx-next {
  background: url(../images/righticon.png) no-repeat 0 0;
  right: 980px;
}
/* contents area */
.blockarea6 {
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 30px;
}
.read_more6 {
  text-align: right;
  margin-top: 20px;
}
.read_more6 a {
  position: relative;
  padding: 3px 3rem;
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  text-decoration: none;
}
.read_more6 a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 5px solid #0c1562;
  border-right: 5px solid #0c1562;
  top: 70%;
  left: 95%;
}
.read_more6 a:hover {
  background: #0c1562;
  color: #fff;
}
/* main */
main {
  float: left;
  width: 70%;
  margin: 30px 0;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}
.link_cont6 {
  width: 45%;
  float: left;
  margin: 0 5% 30px 0;
}
.link_cont6 img {
  max-width: 100%;
}
.link_cont6 h2 {
  margin-bottom: 10px;
}
article {
  margin: 0 30px 30px 0;
  border: 1px solid #000;
  padding: 10px;
}
.hb60 {
  clear: both;
}
/* おすすめリンク */
.link_box6 h3 a {
  position: relative;
  display: block;
  color: #000;
  border: 1px solid #000;
  padding: 10px 0 10px 20px;
  padding: 5px 0 5px 20px;
  font-size: 100%;
}
.link_box6 h3 a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 5px solid #0c1562;
  border-right: 5px solid #0c1562;
  top: 80%;
  left: 98.5%;
}
.link_box6 h3 a:hover {
  background: #0c1562;
  color: #fff;
}
.link_box6 h3 {
  border: none !important;
  font-weight: nomal;
}
.link_box6 p {
  padding: 0 0 10px 20px;
}
.link_box6 a {
  text-align: left;
}
/* aside */
aside {
  float: right;
  width: 27%;
  margin: 30px 0;
  position: sticky;
  top: 0;
  height: fit-content;
}
.side-blockarea6,
.s_link6 {
  margin-bottom: 50px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}
aside div {
  color: #0c1562;
  font-size: 25px;
  border-bottom: 1px solid #000;
  padding-left: 10px;
}
aside a {
  padding: 10px 0 10px 10px;
  color: #000;
}
.side-blockarea6 li ul li,
.s_link6 li ul li {
  border-bottom: 1px solid #000;
}
aside img {
  float: left;
  max-width: 100px;
  margin-right: 10px;
}
.s_link6 a {
  padding-bottom: 35px;
}
/* footer */
footer {
  position: relative;
  padding: 30px;
  color: #fff;
}
footer p {
  font-size: 21px;
}
footer a {
  color: #fff;
  font-size: 85%;
}
footer a:hover {
  text-decoration: underline;
  background: none;
}
footer .blockarea6 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.foot_copy6 {
  font-size: 70%;
  text-align: center;
}
.topb6 {
}
.footmenu6 {
  width: 20%;
  margin: 0 auto;
}
.footmenu6 ul {
  padding-left: 15px;
  border-left: 1px solid #fff;
}
/* under */
.not-found6 {
  font-size: 200%;
  color: #000;
}
/* pan nav */
.pagenav6 {
  margin-bottom: 10px;
  /* stext-align: right; */
}
.pagenav6 a {
  display: inline;
  font-size: 85%;
}
.pagenav6 font {
  color: #ccc;
}
/* SNS */
.snb6-area {
  width: 100%;
  margin: 0 0 15px;
  border: 1px solid #000;
  padding: 20px;
}
.sns-blockarea6 {
  display: flex;
  justify-content: space-between;
}
.snb6-area:after {
  content: "";
  clear: both;
  display: block;
}
.share26 {
  display: block;
  color: #000;
  font-size: 140%;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.snb6-whole {
  width: 25%;
  box-sizing: border-box;
}
.snb6-whole .fa {
  font-weight: bold;
}
.snb6-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.snb6-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;
}
/*下層*/
.hbpage {
  margin: 0 30px 30px 0;
}
.titlearea2 {
  width: 30%;
  position: absolute;
  z-index: 999;
  padding: 25px;
  float: left;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}
.intro62 {
  width: 60%;
  margin-left: 40%;
}
.intro62 a {
  color: #fff;
}
.intro62 p.catchcopy6 {
  color: #000;
  line-height: 1.4;
  margin: 30px 0 30px 30px;
  padding: 0;
  border: none;
  background: none;
}
.titlearea2 .sitetitle6 a {
  font-size: 2vw;/*2vw or 2.5vw*/
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: normal;
}
.titlearea2 .sitetitle6 a:hover {
  text-decoration: none;
  background: none;
}
.g2 {
  border-bottom: 1px solid #000;
}
.notf60 {
  margin: 100px 0 30px;
}

/*幅1300以上の時、titleareaの幅を固定*/
@media screen and (min-width: 1300px) {
  .titlearea {
    width: 300px;
  }
  .titlearea .sitetitle6 a {
    font-size: 34px;
  }
  .titlearea2 {
    width: 400px;
  }
  .titlearea2 .sitetitle6 a {
    font-size: 28px;
  }

  /*レスポンシブ*/
  @media screen and (max-width: 682px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      text-align: left;
    }
    .snb6-area,
    .blockarea6 {
      padding: 3%;
    }
    main h2,
    .side_bar6 h2 {
      padding: 15px 5%;
    }
    .blockarea6,
    main,
    .side_bar6,
    .s_link6 img,
    article img {
      width: 100%;
    }
    article img {
      max-width: 100%;
    }
    article img,
    main,
    .s_link6 img {
      float: none;
    }
    .sns-blockarea6 {
      display: block;
    }
    .sitetitle6 {
      font-size: 100%;
    }
    main h2,
    .side_bar6 h2 {
      font-size: 120%;
    }
    footer {
      padding: 0;
    }
    footer .footmenu6 {
      width: 100%;
      margin-bottom: 2rem;
    }
    .side-blockarea6 p a {
      height: 28px;
      padding: 0;
      text-align: center;
    }
    .link_cont6 img {
      float: none;
      display: block;
      margin: 0 auto;
    }
    .read_more6 {
      text-align: center;
    }
    .read_more6 a {
      display: block;
      max-width: 340px;
      margin: 0 auto;
    }
    /* navigation6 */
    #navigation6-menu,
    .side_bar6 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;
    }
    /* side menu */
    .slicknav_menu .slicknav_no-text {
      float: right;
      margin: 15px;
    }

    .slicknav_nav a {
      padding: 5px 15px;
      background: #f8f8f8;
      color: #000;
      border-bottom: 1px solid #000;
    }
    .slicknav_nav a:hover {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      background: #0c1562;
      color: #fff;
      text-decoration: none;
    }
    /* sns */
    .snb6-whole {
      display: block;
      width: 90%;
      margin: 0 auto 10px;
    }
    /* 追記 */
    .titlearea,
    .titlearea2,
    .link_cont6,
    .hbpage {
      width: 100%;
    }
    .intro6,
    .intro62,
    .mainimage6,
    .blockarea6,
    main,
    .notf60,
    .titelearea2,
    footer .blockarea6,
    .hb60 {
      margin: 0;
    }
    .titlearea,
    .titlearea2 {
      float: none;
      padding: 20px;
      position: static;
      height: initial;
      height: auto;
    }
    .titlearea {
      margin-bottom: 0;
    }
    .titlearea::before {
      content: none;
    }
    .intro6,
    .intro62 {
      display: none;
    }
    .titlearea .sitetitle6 a,
    .titlearea2 .sitetitle6 a {
      max-width: 100%;
      font-size: 23px;
    }
    .titlearea p.catchcopy6,
    .titlearea2 p.catchcopy6 {
      margin: 0;
      font-weight: bold;
      line-height: 1.5;
    }
    article {
      margin: 20px 0;
    }
    .link_cont6 {
      float: none;
      margin: 0 0 20px;
    }
    .link_box6 h3 a::after,
    .read_more6 a::after {
      content: none;
    }
    .side-blockarea6 {
      margin-bottom: 10px;
    }
    aside {
      float: none;
      margin: 30px 0 0;
    }
    .s_link6 {
      margin-bottom: 0;
    }
    .s_link6 a {
      padding-bottom: 10px;
    }
    footer {
      padding: 20px;
    }
  }
}
