@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt20 {
  margin-top: 20px;
}

body {
  background-color: #fdf7eb;
  font-size: 16px;
  line-height: 2;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
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;
}
a,
a:link,
a:active,
a:visited {
  transition: background-color 0.35s ease;
  -webkit-transition: background-color 0.35s ease;
  -moz-transition: background-color 0.35s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
}
h2,
h3,
h4,
h5,
h6 {
  font-size: 130%;
  margin-bottom: 25px;
  padding: 8px 0;
}
p,
strong,
em,
b,
del,
ul,
ol,
li,
blockquote,
address,
ins {
  font-family: arial, helvetica, clean, sans-serif;
}

/* top page */
/* header */
.headTxt .siteTtl {
  background: #15120c;
  padding: 1% 20%;
  width: 100%;
}
.headTxt .siteTtl a {
  color: #c1b7a5;
  font-size: 13px;
  height: 100%;
}
.headTxt .siteTtl a:hover {
  color: #989081;
}
.headTxt .catchCopy {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 130%;
  left: 20%;
  position: absolute;
  text-shadow: 2px 1px 3px #fff;
  top: 40%;
  width: 50%;
  z-index: 1;
}

/* mainVisual */
#mainVisual {
  border: 1px solid #c0bbb1;
  margin: 0 auto;
  padding: 1%;
  width: 70%;
}

/* grovalNav */
#grovalNavMenu {
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 3%;
  width: 70%;
}
#grovalNavMenu li {
  text-align: left;
  width: 30%;
}
#grovalNavMenu li a::before {
  background: #6a0201;
  border-radius: 50%;
  content: "→";
  color: #fff;
  font-size: 10px;
  left: 0;
  padding: 0 5px;
  position: absolute;
  top: 14px;
}
#grovalNavMenu li a {
  color: #312823;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 5% 0 5% 15%;
  position: relative;
}
#grovalNavMenu li a:hover {
  color: #dc5956;
}

/* humberger */
#navToggle {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 11%;
  top: 17px;
  width: 28%;
}
#navToggle div {
  position: relative;
}
#navToggle span {
  background: #c1b7a5;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.35s ease-in-out;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  width: 100%;
}
#navToggle span:nth-child(1) {
  top: -3px;
}
#navToggle span:nth-child(2) {
  top: 5px;
}
#navToggle span:nth-child(3) {
  top: 13px;
}

/* Slider */
.bx-wrapper {
  border: none;
  box-shadow: none;
  height: auto;
  margin: 0;
  width: 100%;
}
.bx-wrapper .bx-controls-direction a {
  background: #388186;
  border-radius: 50%;
}

/* Contents */
.Contents {
  width: 70%;
  margin: 3% auto 0;
  display: flex;
  justify-content: space-between;
}
.Contents main {
  float: right;
  width: 67%;
}

/* articleLink */
.articleLink {
  border: 1px solid #c0bbb1;
  padding: 2%;
  margin-bottom: 5%;
}
.articleLink img {
  margin: 2% 0;
  width: 100%;
}
.articleLink h2, .under h1 {
  border-top: 3px solid #110c08;
  color: #110c08;
  font-size: 18px;
  margin: 0;
  padding-top: 2%;
}
.articleLink p {
  margin-bottom: 2%;
}
.More {
  background: #3e3a31;
  background: -moz-linear-gradient(top, #3e3a31 1%, #16130e 100%, #7db9e8 100%);
  background: -webkit-linear-gradient(
    top,
    #3e3a31 1%,
    #16130e 100%,
    #7db9e8 100%
  );
  background: linear-gradient(
    to bottom,
    #3e3a31 1%,
    #16130e 100%,
    #7db9e8 100%
  );
  border-radius: 5px;
  float: right;
  text-align: center;
  transition: 0.15s;
  width: 25%;
}
.More a {
  color: #fff;
  display: block;
  height: 100%;
}
.More:hover {
  opacity: 0.7;
}

/* mainArticle */
.mainArticle {
  border: 1px solid #c0bbb1;
  padding: 0 2% 2%;
}
.mainArticleImg {
  width: 100%;
}

/* +下層用 */
.mainArticle h2, .under h1 {
  border-top: 3px solid #110c08;
  color: #110c08;
  font-size: 18px;
  margin: 2% 0;
}
.mainArticle h3, .under h2 {
  color: #c95b28;
  font-size: 18px;
  margin: 0 0 2%;
}
.mainArticle h4::before, .under h3::before {
  content: "【";
  display: inline-block;
}
.mainArticle h4, .under h3 {
  color: #369;
  font-size: 18px;
  margin: 0 0 2%;
}
.mainArticle h4::after {
  content: "】";
  display: inline-block;
}
.mainArticle h5 {
  border-top: 1px dotted #110c08;
  border-bottom: 1px dotted #110c08;
  color: #110c08;
  font-size: 18px;
  margin: 0 0 2%;
  padding: 1% 0;
}
.mainArticle h6 {
  background: #c1411e;
  color: #fff;
  font-size: 18px;
  margin: 0 0 2%;
  padding: 0 1%;
}
.mainArticle p,
.mainArticle strong,
.mainArticle em,
.mainArticle b,
.mainArticle del,
.mainArticle ul,
.mainArticle ol,
.mainArticle blockquote,
.mainArticle address,
.mainArticle span,
.mainArticle a,
.mainArticle ins,
.mainArticle pre,
table {
  display: block;
  font-size: 16px;
  color: #110c08;
  margin: 0 0 2%;
}
.mainArticle strong {
  color: #c1411e;
}
.mainArticle em {
  text-decoration: underline;
}
.mainArticle ul li {
  list-style: disc;
  margin-left: 4%;
}
.mainArticle ol li {
  list-style: cjk-ideographic;
  margin-left: 4%;
}
.mainArticle blockquote::before {
  border-top: 3px solid #110c08;
  content: "";
  display: block;
}
.mainArticle blockquote {
  border-bottom: 1px solid #110c08;
  border-top: 1px solid #110c08;
  padding: 1% 0;
}
.mainArticle blockquote::after {
  border-bottom: 3px solid #110c08;
  content: "";
  display: block;
}
.mainArticle address {
  border: 2px dotted #110c08;
  padding: 1% 2%;
}
.mainArticle a {
  color: #c95b28;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.mainArticle pre {
  background: #eef5df;
  padding: 2%;
}
table {
  background: #fff;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
}
table th {
  background: #f1ebdf;
  border: 1px solid #f1ebdf;
  color: #110c08;
  padding: 10px;
  vertical-align: top;
  width: 150px;
}
table td {
  border: 1px solid #f1ebdf;
  padding: 10px;
  vertical-align: top;
  width: 350px;
}

/* Browser */
main .Browser {
  background: url(/images/BrowserBg.png) no-repeat;
  background-size: cover;
  margin-bottom: 5%;
  padding: 2%;
}
main .Browser h2 {
  border-top: none;
  border-bottom: 1px dotted #c0bbb1;
  color: #3a3029;
  font-size: 30px;
  margin: 0 0 0 3%;
}
main .Browser h2 span {
  color: #3a3029;
  display: inline;
  font-size: 45px;
  margin: 0 1% 0 0;
}
.browserBox h3 {
  border-bottom: none;
  margin: 5% 3%;
  padding: 0;
}
.browserBox h3 a {
  font-size: 20px;
  margin: 0;
}
.browserBox h3 a::after {
  content: ">";
  margin-left: 10px;
}

/* aside */
.sideMenu {
  border-bottom: 3px solid #110c08;
  width: 30%;
  position: sticky;
  top: 0;
  height: fit-content;
}
.sideMenu h2 {
  border-top: 3px solid #110c08;
  color: #3a3029;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 25px;
  padding: 5% 0;
  margin: 0;
}
.sideContainer > li {
  margin-bottom: 10%;
}
.sideContainer a {
  color: #369;
  display: block;
  padding: 4% 0 4% 30px;
  position: relative;
}
.sideContainer a:hover {
  text-decoration: underline;
}
.sideContainer a img {
  margin-bottom: 2%;
}
.sideContainer img {
  width: 100%;
}
.sideContainer li:first-child .sideSubmenu li a::before {
  background: #a7626d;
  border-radius: 50%;
  content: "→";
  color: #fff;
  font-size: 10px;
  left: 0;
  padding: 0 5px;
  position: absolute;
  top: 15px;
}
.sideContainer li:nth-child(2) .sideSubmenu li {
  border-bottom: 1px dotted #110c08;
  margin-bottom: 10%;
}
.sideContainer li:nth-child(2) .sideSubmenu li:last-child {
  border: none;
  margin: 0;
}
.sideContainer li:nth-child(2) .sideSubmenu li a {
  text-align: right;
}
.slicknav_menu {
  display: none;
}

/* footer */
footer {
  background: #15120c;
  margin-top: 10%;
  position: relative;
}
.sitemapArea {
  margin: 0 auto;
  padding: 3% 0;
  width: 80%;
}
.sitemapArea > li {
  display: inline-block;
  margin-right: 3%;
  vertical-align: top;
}
.sitemapArea > li:last-child {
  margin-right: 0;
}
.sitemapArea > li p {
  color: #c1b7a5;
}
.sitemapArea > li li a {
  font-size: 12px;
  color: #c1b7a5;
}
.sitemapArea > li li a:hover {
  color: #989081;
}
.copyRight {
  color: #c1b7a5;
  text-align: center;
}
.copyRight p {
  font-weight: bold;
  margin: 0 auto;
  padding: 3% 0;
  width: 90%;
}

/* topIcon */
#topIconBox {
  height: auto;
  position: fixed;
  right: 27px;
  width: 65px;
}
.topIcon {
  display: block;
}
.topIcon:hover {
  opacity: 0.7;
}

/* under */
/* header */
.subHeadArea .headTxt .siteTtl {
  padding: 1% 15% 0;
}
.subHeadArea .headTxt .catchCopy {
  background: #15120c;
  color: #c1b7a5;
  font-size: 13px;
  padding: 0 15%;
  position: static;
  text-shadow: none;
  width: 100%;
}

/* subContainer */
.subContainer {
  margin: 0 auto;
  width: 70%;
}
.subContainer > h2 {
  font-size: 30px;
  margin-bottom: 3%;
}
.subContainer main {
  float: right;
  width: 67%;
}
.subContainer .mainArticle h2 {
  border-top: 3px solid #110c08;
  color: #110c08;
  font-size: 18px;
  margin: 2% 0;
}

/* panNav */
#panNav {
  color: #272727;
  font-size: 12px;
  margin: 1% 0;
}
#panNav a {
  color: #272727;
}
#panNav > span {
  margin: 0 1%;
}
#panNav > span:first-child {
  margin: 0 1% 0 0;
}
#panNav > span:first-child a {
  color: #669;
}

/* side */
.subContainer .sideMenu h3 {
  border-top: 3px solid #110c08;
  color: #3a3029;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 25px;
  padding: 5% 0;
  margin: 0;
}

/* main */
.eyecatch {
  width: 100%;
}

/* SNS */
.buttonTtl {
  border: 1px dotted #110c08;
  box-sizing: border-box;
  display: block;
  padding: 6px 15px;
  text-align: center;
  width: 100%;
}
.snsContainer {
  display: flex;
  justify-content: space-between;
}
.buttonBox {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}
.buttonBox .fa {
  font-weight: bold;
}
.buttonLink {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.buttonLink:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* SNSごとの背景色 */
#Twitter {
  background-color: #398fb1;
}
#Hatena {
  background-color: #48566f;
}
#Facebook {
  background-color: #394d75;
}
#Ggl-plus {
  background-color: #c95b28;
}

/* notFound */
.notFoundHeadArea .headTxt .siteTtl {
  padding: 1% 10% 0;
}
.notFoundHeadArea .headTxt .catchCopy {
  background: #15120c;
  color: #c1b7a5;
  font-size: 13px;
  padding: 0 10%;
  position: static;
  text-shadow: none;
  width: 100%;
}
.notFoundEntry {
  border: 1px dotted #110c08;
  padding: 20% 10%;
}
