@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 {
  color: #292220;
  font-size: 14px;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-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 {
  color: #292220;
  transition: background-color 0.35s ease;
  -webkit-transition: background-color 0.35s ease;
  -moz-transition: background-color 0.35s ease;
}
a:hover {
  color: #94816a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 130%;
  font-weight: normal;
  margin-bottom: 15px;
}
.hr {
  background: url(../images/hr.svg);
  height: 5px;
}

/* top page */
/* container */
#container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
}
#leftColumn {
  border-left: 1px solid #a08f7b;
  border-right: 1px solid #a08f7b;
  width: 20%;
  position: sticky;
  top: 0;
  height: fit-content;
}
main {
  border-right: 1px solid #a08f7b;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 70%;
}
#rightColumn {
  border-right: 1px solid #a08f7b;
  width: 20%;
  position: sticky;
  top: 0;
  height: fit-content;
}
/* main */
#mainRightColumn {
  border-right: 1px solid #a08f7b;
  width: 80%;
}
#mainLeftColumn {
  width: 30%;
}

/* leftColumn */
.siteTitl {
  font-size: 25px;
  padding: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.siteTitl a {
  color: #292220;
}
.copyText {
  font-size: 18px;
  padding: 15px;
}
/* gro-nav */
#gronavMenu {
  padding: 15px;
  width: 100%;
}
#gronavMenu li {
  margin-bottom: 7%;
  text-align: center;
}
#gronavMenu li a {
  border: 1px solid #292220;
  border-radius: 10px;
  display: block;
  padding: 10px 20px;
}
#gronavMenu li a:hover {
  border: 1px solid #a08f7b;
}

/* mainRight_column :/
/* mainImg */
#mainImg {
  margin: 15px;
}
/* slide */
.bx-wrapper {
  border: none;
  box-shadow: none;
  height: auto;
  margin: 0;
  width: 100%;
}
.bx-wrapper .bx-controls-direction a {
  background: #388186;
  border-radius: 50%;
}
/* contentArt */
.contentArt {
  padding: 15px;
}
.contentArtImg {
  margin-bottom: 15px;
  width: 100%;
}

/* +下層用 */
.contentArt h2, .under h1 {
  font-size: 18px;
  font-weight: bold;
}
.under h1 {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-top: 15px;
}

.contentArt h3, .under h2 {
  border-bottom: 1px solid #94816a;
  color: #94816a;
  font-size: 18px;
  font-weight: bold;
}
.contentArt h4, .under h3 {
  border-left: 5px solid #292220;
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
}
.contentArt h5 {
  border-left: 5px solid #c80c29;
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
}
.contentArt h6 {
  color: #94816a;
  font-size: 18px;
  font-weight: bold;
}



.contentArt strong {
  background: #fdfd00;
  font-size: 16px;
}
.contentArt ul li::before {
  background: #94816a;
  border-radius: 50%;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 7px;
}
.contentArt ul li {
  padding-left: 20px;
  position: relative;
}
.contentArt ol {
  counter-reset: number;
}
.contentArt ol li {
  margin-bottom: 2%;
}
.contentArt ol li::before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}
.contentArt blockquote::before {
  content: "“";
  font-size: 600%;
  line-height: 1em;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
.contentArt blockquote {
  padding: 8%;
  position: relative;
}
.contentArt blockquote:after {
  content: "”";
  font-size: 600%;
  line-height: 0em;
  color: #999;
  position: absolute;
  right: 0;
  bottom: 0;
}
.contentArt address {
  background: #fff;
  border: 1px solid #5d5d5a;
  padding: 1% 2%;
}
.contentArt a {
  color: #94816a;
  text-decoration: underline;
}
.aligncenter {
  margin-bottom: 2%;
  text-align: center;
}
.alignright {
  margin-bottom: 2%;
  text-align: right;
}
.contentArt pre {
  background: #292220;
  color: #fff;
  margin: 2% 0;
  padding: 2%;
}
table {
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
}
table th {
  background: #292220;
  border: 1px solid #292220;
  color: #fff;
  font-weight: normal;
  padding: 10px;
  vertical-align: top;
  width: 150px;
}
table td {
  background: #fff;
  border: 1px solid #292220;
  padding: 10px;
  vertical-align: top;
  width: 350px;
}

/* mainLeft_column :/
/* link */
#link-contents {
  margin-bottom: 5%;
}
.linkBox:last-child {
  border: none;
}
.linkBox {
  padding: 15px;
}
.linkBox img {
  margin-bottom: 15px;
  width: 100%;
}
.linkBox h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}
.linkBox p {
  color: #94816a;
  margin-bottom: 15px;
  margin-top: 15px;
}
.linkButton {
  float: right;
}
.linkButton a::after {
  content: url(../images/moreIcon.svg);
  display: block;
  right: 0;
  position: absolute;
  top: -3px;
  width: 20px;
}
.linkButton a {
  padding-right: 25px;
  position: relative;
}
/* browserBox */
main .browserBox {
  padding: 15px;
}
#browserSelect {
  margin-top: 15px;
}
#browserSelect h3 a {
  display: block;
  font-size: 20px;
  text-decoration: underline;
}
#browserSelect p {
  padding: 2%;
}

/* right_column */
.sideBox > li {
  padding: 15px;
}
.underBox li {
  margin: 15px 0;
}
.underBox li a {
  font-weight: bold;
  text-decoration: underline;
}
.sideBox > li h2,
.sideBox > li h3 {
  margin-top: 15px;
}
.sideBox a {
  display: block;
}
.sideBox a img {
  margin-bottom: 15px;
}
.sideBox img {
  width: 100%;
}
.sideBox .menu li {
  position: relative;
}
.slicknav_menu {
  display: none;
}

/* footer */
footer {
  background: #292220;
  position: relative;
}
.sitemapBox {
  display: flex;
  padding: 15px;
}
.sitemapBox > li {
  display: flex;
  justify-content: space-evenly;
  margin: 0 3%;
  vertical-align: top;
  width: 40%;
}
.sitemapBox > li:last-child {
  margin-right: 0;
}
.sitemapBox > li p {
  border-right: 1px solid #fff;
  color: #fff;
  width: 40%;
}
.sitemapBox > li li a {
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
}
.sitemapBox > li li a:hover {
  color: #dddecc;
}
.copyRight {
  padding: 15px;
  text-align: center;
}
small {
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 80%;
}

/* topButton */
#topbtnBox {
  bottom: 70px;
  height: auto;
  position: fixed;
  right: 4px;
  width: 55px;
}
.topButton {
  display: block;
}
.topButton:hover {
  opacity: 0.7;
}
.topButton img {
  width: 100%;
}

/* under */
/* container */
.under #mainRightColumn {
  border-right: none;
  padding: 15px;
  width: 100%;
}
.under #leftColumn,
.under #rightColumn {
  width: 35%;
}

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

/* main */
.eyeCatch {
  margin-bottom: 2%;
  width: 100%;
}

/* SNS */
.buttonTitl {
  background: #292220;
  color: #fff;
  display: block;
  padding: 6px 15px;
  text-align: center;
}
.snsBox {
  margin: 3% auto;
}
.snsButton {
  box-sizing: border-box;
  margin: 0 0.1%;
}
.snsButton .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: #00acee;
}
#Hatena {
  background-color: #2d4c86;
}
#Facebook {
  background-color: #3b5998;
}
#Ggl-plus {
  background-color: #dd4b39;
}

/* no-page */
.no-page-entry {
  background: #fff;
  border: 3px solid #dddecc;
  margin-bottom: 10%;
  padding: 20% 10%;
}
