@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: #9f9887;
  font-size: 14px;
  line-height: 1.9;
  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 {
  color: #ff9d0b;
  transition: 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
}
h2,
h3,
h4,
h5,
h6, .under h1 {
  font-size: 140%;
  margin-bottom: 25px;
}
h2, .under h1 {
  color: #000;
  padding: 5px 15px;
  position: relative;
}
h2:before,
h2:after, .under h1::before, .under h1::after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
h2:before, .under h1::before {
  border-left: solid 1px #ff5722;
  border-top: solid 1px #ff5722;
  top: 0;
  left: 0;
}
h2:after, .under h1::after {
  border-right: solid 1px #ff5722;
  border-bottom: solid 1px #ff5722;
  bottom: 0;
  right: 0;
}
h3, .under h2 {
  border-left: 5px solid #ff5722;
  border-bottom: 1px solid #ff5722;
  padding: 5px 15px;
}
h4, .under h3 {
  border-left: 1px solid #ff5722;
  border-bottom: 1px solid #ff5722;
  padding: 5px 15px;
}
.under h3 {margin-top: 40px;}

h5 {
  font-size: 120%;
  padding-bottom: 5px;
  border-bottom: 1px solid #ff5722;
}
h6 {
  font-size: 100%;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ff5722;
}
strong {
  color: #fff;
  background-color: #ff9d0b;
}
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;
}
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: #999;
  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: #ff9d0b;
  color: #fff;
}
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 dotted #eee;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  font-style: normal;
  border: 1px dotted #ff5722;
}
del {
  text-decoration: line-through;
}
ins {
  display: inline-block;
  color: #fff;
  background-color: #ddd;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}

/* top page */
.wrapper117 {
  position: relative;
  max-width: 1000px;
  margin: 40px auto;
}
.leftbox {
  width: 29%;
  float: left;
  position: sticky;
  top: 0;
  height: fit-content;
}
.rightbox {
  width: 65%;
  float: right;
  margin: 0 3% 0 0;
}
.mainVa,
.pageC,
.gNavi,
.honbun,
.to-TOP,
.bx-default-pager a {
  box-shadow: 0px 1px 10px -7px #000;
  -moz-box-shadow: 0px 1px 10px -7px #000;
  -webkit-box-shadow: 0px 1px 10px -7px #000;
}
/* header */
.headAr {
  width: 100%;
  padding: 20px;
  position: relative;
}
.headAr:before,
.headAr:after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  display: inline-block;
}
.headAr:before {
  border-left: solid 2px #fff;
  border-top: solid 2px #fff;
  top: 0;
  left: 0;
}
.headAr:after {
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  bottom: 0;
  right: 0;
}
.headAr a {
  color: #fff;
}
.headAr .siteName a {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}
.headAr p.mainCP {
  margin-bottom: 10px;
  color: #fff;
}
.gNavi {
  background-color: #000;
}
.gNavi > ul {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.gNavi ul#gNavi-menu > li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 14px;
  text-align: center;
}
#gNavi-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#gNavi-menu li a {
  display: block;
  padding: 10px 0;
  color: #fff;
}
#gNavi-menu li a:hover {
  color: #ff9d0b;
}
/* slider */
.mainVa {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.slider-A {
  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 */
.mainBx {
  width: 1160px;
  margin: 0 auto;
}
.read-Mr {
  text-align: right;
}
.read-Mr a {
  padding: 3px 3rem;
  background-color: #000;
  color: #fff;
  display: inline-block;
  width: 100%;
  margin: 10px auto 0;
  text-align: center;
}
.read-Mr a:hover {
  background: #ff9d0b;
  color: #fff;
}
/* main */
main {
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}
.lcbox {
  display: flex;
  justify-content: space-between;
}
.pageC {
  background-color: #fff;
  padding: 15px;
  width: 48%;
  position: relative;
}
.pageC img {
  width: 100%;
  margin-right: 10px;
}
.ribbon_area {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
}
.ribbon {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  background: #ff9d0b;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.ribbon:before,
.ribbon:after {
  position: absolute;
  content: "";
  border-top: 4px solid #b2751b;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}
.ribbon:before {
  left: 14px;
}
.ribbon:after {
  right: 18px;
}
article {
  margin-bottom: 30px;
}
.honbun {
  background-color: #fff;
  padding: 20px;
}
/* おすすめリンク */
.link-Bxx {
  background-color: #fff;
  padding: 20px;
}
.link-Bxx h3 {
  border: none;
  padding: 0 15px;
}
.link-Bxx h3 a {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 10px;
  position: relative;
}
.link-Bxx h3 a::before {
  content: ">";
  position: relative;
  margin-right: 5px;
}
.link-Bxx h3 a:hover {
  background-color: #ff9d0b;
  color: #fff;
}
.link-Bxx p {
  padding: 0 0 0 20px;
}
.link-Bxx a {
  text-align: left;
}
/* aside */
aside {
  width: 300px;
  margin-top: 50px;
  padding-left: 20px;
  border-left: 1px solid #fff;
}
aside li > div {
  color: #fff;
  font-size: 18px;
  position: relative;
  background-color: #ff9d0b;
  left: -31px;
  padding: 0 0 0 15px;
  width: 150px;
}
aside li > div::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 10px #b2751b;
}
aside li > div::after {
  position: absolute;
  content: "";
  top: -20px;
  left: 100px;
  border: 20px solid transparent;
  border-right: solid 35px #9f9887;
  border-bottom: solid 35px #9f9887;
}
aside a {
  padding: 10px 0;
  color: #fff;
}
aside img {
  display: block;
  max-width: 150px;
  margin-right: 10px;
}
.s-link a {
  margin-bottom: 10px;
}
aside ul li ul li:last-child {
  margin-bottom: 50px;
}
/* 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: #fff;
  text-decoration: underline;
}
footer .mainBx {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.footCcpy {
  font-size: 70%;
  text-align: center;
}
.to-TOP {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}
.foot_M {
  width: 27%;
  margin: 0 auto;
}
/* under */
.m-404 {
  font-size: 200%;
  color: #000;
}
/* pan nav */
.pan-NAV {
  margin-bottom: 10px;
}
.pan-NAV a {
  display: inline;
  font-size: 85%;
}
.pan-NAV font {
  color: #fff;
}
/* SNS */
.snB-area {
  width: 100%;
  margin: 5px 0 25px;
}
.sns-mainBx {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin-left: 40%;
}
.snB-area > div {
  text-align: center;
}
.snB-area:after {
  content: "";
  clear: both;
  display: block;
}
.snB-whole {
  width: 23%;
  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: 12px !important;
  padding: 5px 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;
}
