@charset "utf-8";

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

h2,
h3,
h4,
h5,
h6 {
  padding: 8px 10px;
  font-size: 130%;
  margin-bottom: 20px;
}

strong,
b,
em,
del {
  font-size: 100%;
}

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
  font-size: 14px;
  line-height: 1.8;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  color: #444;
}

.wrap__box {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 0px;

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

.catch__area .wrap__box,
footer .wrap__box {
  display: block;
}

.cont__box {
  max-width: 840px;
  margin: 0 auto;
}

.catch__area {
  padding: 10px 0;
  background: linear-gradient(to bottom,
      rgba(71, 71, 71, 1) 0%,
      rgba(0, 0, 0, 1) 100%);
  box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 6px 4px;
}

.catch__area .wrap__box {
  margin: 0 auto;
}

.catchcopy {
  font-size: 13px;
  line-height: 1.4;
  color: #a6a6a3;
}

.main__cont {
  float: right;
}

.left__menu {
  float: left;
  width: 200px;
  /*150px*/
  /* min-width: 200px; */
  padding: 20px 10px;
  background: #fff;
  border-radius: 5px;
  background: linear-gradient(to bottom,
      rgba(214, 28, 39, 1) 0%,
      rgba(163, 0, 3, 1) 100%);
  box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 4px 1px;
  height: 100%;
  position: sticky;
  top: 0;
}

.left__menu ul li p {
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #000;
  border-radius: 4px;
}

.left__menu>ul>li>ul>li {
  padding: 10px 0;
  border-bottom: 1px solid #902222;
  border-top: 1px solid #e33e3e;
}

.left__menu ul li a {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  transition: all 0.3s ease;
}

.left__menu ul li:first-child {
  border-top: none;
}

.left__menu ul li:last-child {
  border-bottom: none;
}

.left__menu ul li a:hover {
  opacity: 0.7;
}

.left__menu img {
  width: 100%;
  border-radius: 5px;
}

.side-title {
  margin-bottom: 10px;
  border-radius: 5px;
  text-align: justify;
}

.title-area {
  font-size: 21px;
  line-height: 1.2;
  color: #f18e00;
}

.title-area a {
  color: #fff;
  font-weight: bold;
}

a {
  transition: all 0.2s all;
}

a:hover {
  opacity: 0.6;
}

main {
  overflow: hidden;
}

.bx-wrapper {
  border: none;
  box-shadow: none;
  background: none;
  margin-bottom: 40px;
}

.bx-wrapper .bx-viewport .main-slider li img {
  width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #f18e00;
}

.page {
  margin: 0 0 60px;
}

.page__out {
  overflow: hidden;
}

.page__in {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #757576;
}

.links {
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
}

.links>h2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29%;
  margin: 0;
  padding: 100px 0;
  font-size: 18px;
  font-weight: normal;
  color: #be1c10;
  border-radius: 5px;
  border: 5px solid #be1c10;
}

.links>h2:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -9px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 19px 0 19px 16px;
  border-color: transparent transparent transparent #fff;
  z-index: 0;
}

.links>h2:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #be1c10;
  z-index: -1;
}

.links .link__bx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 68%;
  margin-left: 10px;
  padding: 20px;
  border: 1px solid #be1c10;
  border-radius: 5px;
  background: #fff;
}

.link__in h3 {
  padding-left: 0;
  margin-bottom: 0;
}

.links .link__in h3 a {
  display: block;
  margin-top: 20px;
  padding-bottom: 5px;
  color: #444;
  font-weight: bold;
  transition: all 0.3s ease;
}

.links .link__in h3 a:hover {
  color: #be1c10;
  opacity: 1;
}

.links .link__in h3 a::after {
  content: ">";
  margin-left: 5px;
}

.page__in h2 {
  font-size: 180%;
  color: #be1c10;
}

.page__in h3 {
  background: #ebebeb;
  border-radius: 3px;
}

.page__in h4 {
  border-left: 10px solid #be1c10;
}

/* 下層用 */
.under h1 {
  font-size: 180%;
  color: #be1c10;
}

.under h2 {
  background: #ebebeb;
  border-radius: 3px;
}

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


.page__in h5 {
  border-bottom: 3px solid #ebebeb;
}

.page__in h6 {
  border-bottom: 1px solid #be1c10;
}

.page__in img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 0 10px;
}

.thumbnail img {
  display: block;
  float: left;
  width: 50%;
  margin: 0 10px 10px 0;
}

.page__in p {
  font-size: 14px;
  line-height: 2;
}

.page__in a {
  color: #444;
  border-bottom: 1px solid #be1c10;
  font-weight: bold;
}

.page__in strong {
  color: #be1c10;
}

.page__in em {
  padding: 0 5px;
  background: #ebebeb;
}

.page__in del {
  text-decoration: line-through;
}

.page__in ul,
.page__in ol {
  margin: 20px 0;
  padding: 15px;
  border: 2px solid #666;
  border-radius: 5px;
}

.page__in ul li::before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #bababa;
}

.page__in ol {
  counter-reset: counter;
}

.page__in ol li {
  margin-bottom: 10px;
}

.page__in ol li::before {
  counter-increment: counter;
  content: counter(counter);
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  text-align: center;
  line-height: 30px;
  background: #bababa;
  color: #fff;
  border-radius: 4px;
}

.page__in blockquote {
  position: relative;
  margin: 20px 0;
  padding: 10px 15px 10px 50px;
  border: 2px solid #bababa;
  border-radius: 5px;
}

.page__in blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #bababa;
  font-size: 25px;
  line-height: 1;
}

.page__in address {
  padding: 5px;
  font-style: normal;
  background: #ebebeb;
  border-left: 5px solid #666;
}

.page__in ins {
  font-size: 16px;
  color: #464646;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

pre {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  /white-space: pre-wrap;
  word-wrap: break-word;
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #666;
  background: #ebebeb;
}

table {
  margin: 20px 0;
  border-collapse: collapse;
}

table th {
  padding: 2px 8px;
  font-weight: normal;
  color: #fff;
  background: #be1c10;
  border: 1px solid #000;
}

table td {
  padding: 2px 8px;
  border: 1px solid #000;
}

.pan__navi {
  padding: 5px 0;
  background: linear-gradient(to bottom,
      rgba(71, 71, 71, 1) 0%,
      rgba(0, 0, 0, 1) 100%);
  box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 6px 4px;
}

.pan__navi ul a {
  font-size: 13px;
  color: #a6a6a3;
}

.pan__navi ul li {
  display: inline-block;
}

.pan__navi ul li::after {
  content: "/";
  margin: 0 5px;
  color: #a6a6a3;
}

.pan__navi ul li:last-child::after {
  content: none;
}

.sns__box {
  margin: 40px 0 20px;
  padding: 10px;
}

.sns__ttl {
  margin: 0 0 10px;
  padding: 0 5px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  border-left: 5px solid #be1c10;
}

.sns__box .sns__box {
  display: flex;
  padding: 0;
  margin: 0;
  border: none;
}

.sns__btn {
  display: inline-block;
  margin-right: 10px;
}

.sns__btn a {
  display: inline-block;
  width: 100%;
  padding: 3px 10px;
  text-align: center;
  color: #fff;
  border-bottom: none;
  border-radius: 6px;
}

.twitter {
  background: #00acee;
}

.facebook {
  background: #3b5998;
}

.google {
  background: #dd4b39;
}

.hatebu {
  background: #2d4c86;
}

.page__in .sns__btn a:hover {
  color: #fff;
  opacity: 0.7;
}

.foot__box {
  margin: 100px auto 0;
}

footer {
  padding: 50px 0;
}

footer .wrap__box {
  padding: 10px 0 0;
  border-top: 1px solid #757576;
}

footer .wrap__box>ul {
  display: flex;
  flex-wrap: wrap;
}

footer .wrap__box>ul>li {
  width: 33%;
}

footer ul li p {
  font-size: 16px;
  font-weight: normal;
  color: #be1c10;
}

footer ul li ul li a {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.2;
  color: #444;
  transition: all 0.3s ease;
}

footer .copyright {
  font-size: 12px;
  color: #ccc;
}

.top__btn {
  display: block;
  text-align: right;
  color: #444;
}

.top__btn:hover {
  color: #be1c10;
}

.top--area {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.gnav ul {
  display: flex;
  justify-content: space-around;
}

.gnav ul li {
  width: 24%;
  text-align: center;
}

.gnav li a {
  display: block;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  transition: all 0.3s ease;
}

.gnav li a:hover {
  color: #f18e00;
}

.page__in b.not__found {
  display: block;
  font-size: 35px;
  line-height: 1.2;
  color: #000;
}

.bx-wrapper .bx-controls-direction a {
  display: none;
}

.page__in.not__found {
  margin-bottom: 20px;
}

.not__found p {
  color: #be1c10;
}

.page__txt p {
  display: inline;
}

.bar {
  height: 40px;
  background: linear-gradient(to bottom,
      rgba(71, 71, 71, 1) 0%,
      rgba(0, 0, 0, 1) 100%);
  box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 6px 4px;
}

.page__in img.eyecatch {
  display: block;
  margin: 0 auto 10px;
}