@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;
  background-color: #f4f4f4;
  font-size: 16px;
  line-height: 2;
  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;
  color: #000;
}

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 {
  padding: 20px;
}

/* top page */

/* header */
.mainVisual {
  position: relative;
}
.headArea {
  position: absolute;
  width: 100%;
  margin-bottom: 50px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  text-shadow: 0 0 2px #fff;
}
.headArea .siteTtl{line-height: 1.3;}
.headArea .siteTtl a {
  font-size: 21px;
  color: #043395;
  font-weight: bold;
}
.headArea p.catchCopy {
  margin-bottom: 10px;
  color: #043395;
  font-size: 11px;
  font-weight: bold;
}
.headArea.sub {
  position: static;
  background: #043395;
  text-shadow: none;
}
.headArea.sub .siteTtl a,
.headArea.sub p.catchCopy,
.headArea.sub nav.gnav ul#gnavMenu > li a {
  color: #fff;
}
.gnav {
  margin-bottom: 20px;
}
nav.gnav > ul {
  display: flex;
  justify-content: space-around;
}
nav.gnav ul#gnavMenu > li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 14px;
  text-align: center;
}
nav.gnav ul#gnavMenu > li a {
  color: #043395;
  line-height: 1.4;
  font-weight: bold;
}
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;
}

/* slider */
.bx-wrapper {
  margin: 0 auto 50px;
  border: none;
  box-shadow: none;
}
.bx-wrapper .bx-controls-direction a {
  background: #388186;
  border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 90px;
  height: 7px;
  border-radius: 0;
  background: #000;
}
.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: #043395;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 10px;
}

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

.article {
  background: #fff;
  margin-bottom: 30px;
}
.articleIn {
  padding: 20px;
}
.moreBtn {
  text-align: right;
}
.article .moreBtn a {
  display: inline-block;
  border: none;
  color: #333;
}
.article .moreBtn a::before {
  content: "\f18e";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 10px;
}
.article .moreBtn a:hover {
  color: #043395;
}

/* post area */
.postArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.postArea .article {
  width: 48%;
}

/* section */
.container section {
  float: left;
  max-width: 72%;/*870px*/
}

.container main.top section {max-width: 100%;}

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

.article img,
.articleIn img {
  max-width: 100%;
}
.articleIn img {
  margin-bottom: 10px;
}

/* link */
.linkIn {
  padding: 20px;
}
.linkBox h3 {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  position: relative;
}
.linkBox h3 a {
  display: block;
  padding: 8px 17px 8px 10px;
  font-size: 16px;
  color: #fff;
  background: #043395;
  border: none;
}
.linkBox h3 a:hover {
  background: #000;
}
.linkBox h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}
.linkBox p {
  padding: 0 0 20px;
}
.linkBox a {
  text-align: left;
}

.linkBox h2 {
  border-left: none;
  background: #043395;
  color: #fff;
}

/* aside */
aside.sideMenu {
  float: right;
  min-width: 25%;/*300px*/
  position: sticky;
  top: 0;
  height: fit-content;
}

.sideContainer a {
  display: block;
  margin: 15px 0;
  color: #000;
  border-bottom: 1px solid #043395;
  line-height: 1.4;
}
.sideContainer p a {
  display: block;
  padding-left: 70px;
  height: 40px;
  line-height: 40px;
}
.side-link img {
  max-width: 100%;
}
.sideMenu > ul > li > p {
  padding: 5px 20px;
  color: #fff;
  background-color: #043395;
}
.sideContainer > li {
  border: 3px solid #e6e6e6;
  margin-bottom: 30px;
  background: #fff;
}
p.side-link img {
  vertical-align: middle;
}
.side-sub-menu {
  padding: 20px;
}
.side-link p {
  padding: 10px 0;
}

/* footer */
footer {
  margin-top: 150px;
  background: #363636;
}
footer .footMenu-area {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}
footer .footTtl,
footer .footCopy {
  font-size: 10px;
}
footer a.topBtn {
  position: fixed;
  bottom: 25px;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
footer .footMenu {
  width: 30%;
  margin-right: 10px;
}
footer .footMenu p {
  color: #fff;
  border-bottom: 1px solid #222;
}
footer .footMenu a {
  display: block;
  color: #fff;
  line-height: 1.4;
  margin: 10px 0;
}
footer .footMenu a:hover {
  color: #999;
}
footer .footTtl {
  padding: 10px 0;
  margin-top: 30px;
  color: #d1d1d1;
  background: #222;
}

/* under */

/* pan nav */
#panav {
  margin-bottom: 20px;
}
#panav a {
  color: #000;
  border-bottom: 1px solid #043395;
}

/* SNS */
.btnArea {
  width: 100%;
  margin: 0 0 20px;
}
.snsContainer {
  display: flex;
  justify-content: flex-end;
}
.btnArea > div {
  text-align: center;
}
.btnArea: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;
}
.shareBtn {
  width: 15%;
  box-sizing: border-box;
  margin: 0 0.1%;
}
.shareBtn .fa {
  font-weight: bold;
}
.shareBtnLink {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 3px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.article .shareBtnLink {
  border: none;
}
.shareBtnLink: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;
}

h2 {
  border-left: 5px solid #043395;
}
h3 {
  border-bottom: 2px solid #043395;
}
h4 {
  color: #043395;
  background: #f4f4f4;
  border-left: 3px solid #043395;
}

/* 下層用 */
.under h1 {border-left: 5px solid #043395;
  font-size: 130%;
  margin-bottom: 25px;
  padding: 8px 10px;
  color: #000;}

.under h2 {border-bottom: 2px solid #043395;}

.under h3 {color: #043395;
  background: #f4f4f4;
  border-left: 3px solid #043395;}

h5 {
  color: #043395;
  border: 1px solid #000;
}
h6 {
  color: #043395;
}

strong {
  color: #c50000;
}
em {
  border-bottom: 2px solid #ccc;
}

.article ul,
.article ol {
  background: #efefef;
  border: 1px solid #043395;
}
.article ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 2px;
  background: #043395;
  vertical-align: middle;
}
.article ol {
  counter-reset: count;
}
.article ol li::before {
  counter-increment: count;
  content: counter(count);
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #043395;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

.article blockquote {
  position: relative;
  padding-left: 40px;
  background: #efefef;
  border: 1px solid #043395;
  border-left: 5px solid #043395;
}
blockquote::before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  left: 15px;
  color: #043395;
}
address {
  background: #efefef;
  border-bottom: 3px solid #043395;
}
.article a {
  color: #043395;
  border-bottom: 1px solid #000;
}
ins {
  padding: 2px 10px;
  border: 1px solid #043395;
}
pre {
  border: 2px solid #043395;
}

table th {
  padding: 2px 10px;
  background: #043395;
  color: #fff;
  border: 1px solid #000;
}
table td {
  padding: 2px 10px;
  border: 1px solid #000;
}

.errorTxt {
  color: #043395;
  font-size: 28px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: block;
}

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