@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;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}

body {
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", 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;
}

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

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

strong,
b {
  font-size: 100%;
}
em,
address {
  font-style: normal;
}
del {
  text-decoration: line-through;
}
ins {
  display: inline-block;
}
.article ul,
.article ol,
.article table,
.article blockquote,
.article pre,
address {
  margin: 20px 0;
}
.article table {
  border-collapse: collapse;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.article ul,
.article ol,
.article blockquote,
.article pre,
.article address {
  padding: 20px;
}

/* top page */

/* header */
.headerArea {
  width: 100%;
  padding: 30px;
  background: #f1f1f1;
  overflow: hidden;
}
.siteName {
  width: 30%;
  position: relative;
  z-index: 200;
  font-weight: bold;
  line-height: 1.3;
}
.siteName::before {
  content: "";
  display: block;
  position: absolute;
  top: -232px;
  left: -220px;
  width: 500px;
  height: 500px;
  background: #fff;
  z-index: -1;
  transform: rotate(45deg);
}
.siteName a {
  font-size: 21px;
  color: #e60012;
}
.siteName a:hover {
  color: #b9000f;
}
.headerArea p.catch-copy {
  width: 55%;
  font-size: 12px;
  text-align: right;
}
#gNavMenu {
  display: flex;
  justify-content: space-around;
}
nav.gnav ul#gNavMenu > li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 14px;
  text-align: center;
}
ul#gNavMenu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
ul.sub-menu li a {
  display: block;
  width: 220px;
  background-color: #2e2b2b;
}
ul.sub-menu li a:hover {
  color: #f5f2e8;
  background-color: #388186;
}
.slicknav_menu {
  display: none;
}
#gNavMenu li a {
  display: block;
  padding: 10px 0;
  line-height: 1.4;
  color: #fff;
}
#gNavMenu li a:hover {
  background: #b9000f;
}

.naviArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.gnav {
  background: #e60214;
  margin-bottom: 20px;
}

/* slider */
#loopslider {
  margin: 0 auto 35px;
  width: 100%;
  height: 310px;
  text-align: left;
  position: relative;
  overflow: hidden;
  background-color: rgba(143, 144, 144, 0.6);
}

#loopslider ul {
  height: 310px;
  float: left;
  display: inline;
  overflow: hidden;
  margin: 0 0 0 -40px;
}

#loopslider ul li {
  width: 450px;
  height: 310px;
  float: left;
  display: inline;
  overflow: hidden;
}
#loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
#loopslider ul {
  display: inline-block;
}

/* contents area */
.container {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header .container,
nav .container {
  display: block;
}

.artIn {
  padding: 20px;
}

.readMore {
  text-align: right;
}
.readMore a {
  color: #333;
}
.readMore a .fa {
  color: #b9000f;
}
.readMore a:hover {
  border-bottom: 1px dotted #ccc;
}

/* section */
.container section {
  float: left;
  max-width: 70%;/*700px*/
}
.container main.top section {max-width: initial;}

@media screen and (max-width: 667px) {
  .container section {max-width:inherit;}
}

.article {
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
}
.article img,
.artIn img {
  max-width: 100%;
}
.artIn img {
  float: left;
  width: 40%;
  margin: 0 10px 10px 0;
}
.artIn.sub-entry img {
  float: none;
}
.eye-catch img {
  width: 100%;
}

/* link */
.link-box {
  padding: 3%;
}
.article.link-box > h2 {
  margin-bottom: 20px;
}
.link-box h3 {
  position: relative;
}
.link-box h3 a {
  display: block;
  font-size: 16px;
  color: #b9000f;
  background: none;
  border-bottom: none;
}
.link-box h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}

.link-box p {
  padding: 0 0 20px;
}
.link-box a {
  text-align: left;
}

/* aside */
aside.sideBar {
  float: right;
  min-width: 27%;/*230px*/
  position: sticky;
  top: 0;
  height: 100%;
}

.side-container a {
  display: block;
  color: #333;
  border-bottom: 1px dotted #ccc;
}
.side-container a:hover {
  color: #b9000f;
}
.side-container li ul li a {
  line-height: 1.4;
}
.side-container p a {
  display: block;
  padding-left: 70px;
  height: 40px;
  line-height: 40px;
}
.side-link img {
  float: left;
  max-width: 60px;
}
.sideBar > ul > li > p {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f7f7f7;
  font-weight: bold;
}
.side-container > li {
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
p.side-link img {
  vertical-align: middle;
}
.side-sub-menu {
  padding: 0 3%;
}
.side-link p {
  padding: 10px 0;
}
.side-sub-menu > li {
  margin-bottom: 15px;
}

/* footer */
footer {
  position: relative;
  margin-top: 100px;
  padding-top: 20px;
  background: #f7f7f7;
}
footer .ftMenu-area {
  display: flex;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}
footer .ft-ttl,
footer .ft-copy {
  padding: 10px 0;
  margin-top: 20px;
  font-size: 10px;
  text-align: right;
  background: #262626;
  color: #fff;
}
footer a.toTop {
  position: absolute;
  top: -25px;
  right: 20px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 30px;
}
footer .ftMenu {
  width: 30%;
  margin-right: 1%;
}
footer .ftMenu p {
  font-weight: bold;
}
footer .ftMenu a {
  display: block;
  color: #333;
}
footer .ftMenu a:hover {
  color: #b9000f;
}

/* under */

/* pan nav */
#panNav {
  margin: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
#panNav a {
  color: #333;
}
#panNav a:hover {
  color: #b9000f;
}
.pan-nav {
  margin-bottom: 20px;
  color: #fdf6f6;
  font-size: 14px;
}
.pan-nav li {
  display: inline;
}
.container .main-area {
  float: left;
  width: 640px;
  background-color: #fdf6f6;
}
.main-area h2 {
  padding: 20px;
  font-size: 21px;
  color: #fdf6f6;
  background-color: #388186;
}

/* SNS */
.button-area {
  width: 100%;
  margin: 50px 0;
}
.sns-container {
  display: flex;
  justify-content: space-between;
}
.button-area > div {
  text-align: center;
}
.button-area:after {
  content: "";
  clear: both;
  display: block;
}
.title-fill {
  text-align: center;
  display: block;
  background-color: #444;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.button-whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}
.button-whole .fa {
  font-weight: bold;
}
.article .button-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
  border-bottom: none;
}
.button-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;
}

.article > h2 {
  margin-bottom: 0;
}
h2 {
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
h3 {
  background: #f7f7f7;
  border-left: 5px solid #b9000f;
}
h4 {
  border-bottom: 2px solid #b9000f;
}

/* 下層用 */
.under h1 {padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
    font-size: 130%;
    padding: 8px 10px;}

.under h2 {background: #f7f7f7;
  border-left: 5px solid #b9000f;}

.under h3 {border-bottom: 2px solid #b9000f;
margin-top: 40px;}


h5 {
  border-left: 5px solid #ccc;
}
h6 {
  border-bottom: 1px solid #ccc;
}

strong {
  color: #b9000f;
}
em {
  background: linear-gradient(transparent 70%, #f7f7f7 70%);
}

.article ul,
.article ol {
  background: #f7f7f7;
  border: 1px solid #ccc;
}
.article ol {
  counter-reset: click;
}
.article ol li {
  margin-bottom: 10px;
}
.article ol li::before {
  counter-increment: click;
  content: counter(click);
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-right: 5px;
  background: #b9000f;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.article blockquote {
  position: relative;
  border-left: 5px solid #b9000f;
  background: #f7f7f7;
  padding-left: 40px;
}
blockquote::before {
  content: "“";
  position: absolute;
  display: block;
  left: 15px;
  top: 0;
  color: #b9000f;
  font-size: 36px;
}
blockquote::after {
  content: "”";
  position: absolute;
  display: block;
  right: 15px;
  bottom: -20px;
  color: #b9000f;
  font-size: 36px;
}
address {
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
}
ins {
  padding: 2px 10px;
  border: 1px solid #e6e6e6;
}
pre {
  border: 2px solid #b9000f;
}
.article a {
  color: #333;
  border-bottom: 1px dotted #ccc;
}
.article a:hover {
  color: #b9000f;
}

table th {
  padding: 5px 20px;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
}
table td {
  padding: 5px 20px;
  border: 1px solid #e6e6e6;
}

.error b {
  color: #b9000f;
  font-size: 24px;
}

/*下層などflex内で要素が増える時*/
.container.cf:has(#panNav) {
  flex-wrap: wrap;
} /*パンくずが含まれる時のみ*/
#panNav {
  width: 100%;
} /*パンくず*/
