@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 {
  background-color: #2e2b2b;
  font-size: 14px;
  line-height: 2;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  background-image: linear-gradient(-45deg,
      #063478 25%,
      #1055ab 25%,
      #1055ab 50%,
      #063478 50%,
      #063478 75%,
      #1055ab 75%,
      #1055ab);
  background-size: 8px 8px;
}

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;
}

/* top page */

/* header */
.head-area {
  width: 100%;
  padding: 30px 0 10px;
  background-color: #063478;
}

.head-area .head-in {
  max-width: 850px;
  margin: 0 auto;
}

.site-ttl {
  text-align: center;
  line-height: 1.3;
}

.head-area .site-ttl a {
  font-size: 21px;
  color: #ff0;
  font-weight: bold;
}

.head-area p.catch-copy {
  margin-bottom: 10px;
  color: #fdf6f6;
  font-size: 10px;
}

nav.gnav>ul {
  display: flex;
  justify-content: space-around;
}

nav.gnav ul#gnavi>li {
  display: block;
  position: relative;
  /* min-width: 220px; */
  font-size: 14px;
  text-align: center;
  color: #a5e9e1;
  margin: 10px 0;
}

ul#gnavi li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}

ul.sub-menu li a {
  display: block;
  min-width: 220px;
  background-color: #2e2b2b;
}

ul.sub-menu li a:hover {
  color: #f5f2e8;
  background-color: #388186;
}

.slicknav_menu {
  display: none;
}

#gnavi li a {
  display: block;
  color: #fff;
  line-height: 1.2;
}

#gnavi li a:hover {
  color: #ff0;
}

/* slider */
.bx-wrapper {
  margin: 50px auto;
  border: none;
  box-shadow: none;
}

.bx-wrapper .bx-controls-direction a {
  background: #388186;
  border-radius: 50%;
}

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

/* +下層用 */
.container section h2,
.under h1 {
  margin-bottom: 20px;
  font-size: 21px;
  padding: 15px;
  color: #fff;
  border: 3px dashed #ff0;
}

.container .article h3,
.under h2 {
  padding: 5px 0;
  font-size: 18px;
  border-bottom: 3px solid #ff0;
}

.container .article h4,
.under h3 {
  border-left: 5px solid #ff0;
}

.under h3 {
  margin-top: 40px;
}

.container .article h5 {
  border: 1px solid #ff0;
}

.container .article h6 {
  color: #ff0;
}


.container .article a {
  color: #ff0;
  border-bottom: 1px solid #00f;
}

.container a:hover {
  opacity: 0.7;
}

/* section */
.container section {
  float: left;
  max-width: 630px;
  background-color: #0267ce;
  border: 5px dashed #fff;
  padding: 10px;
}

.container article .art-box {
  padding: 0 20px;
}

.article {
  margin-bottom: 30px;
}

.article img {
  max-width: 100%;
}

.article .art-R {
  min-width: 280px;
  float: right;
}

.art-R a {
  display: block;
  text-align: right;
}

/* link */
.link-box {
  margin: 20px 0;
  background: #ff0;
}

.container section .link-box h2 {
  border: none;
  color: #fff;
  background: #063478;
}

.link-all {
  padding: 10px;
}

.container section .article h3 a {
  border: 2px dashed #000;
  padding: 10px 10px 5px 10px;
  color: #063478;
  display: block;
}

.container section article h3 a:hover {
  color: #000;
}

.article h3 {
  position: relative;
}

.article h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}

article.link-box p {
  color: #000;
}

/* aside */
aside.sub-menu {
  float: right;
  width: 200px;
  padding: 10px;
  background-color: #0267ce;
  border: 3px dashed #fff;
  position: sticky;
  top: 0%;
  height: 100%;
}

.sub-menu-list {}

.sub-menu-list a {
  display: block;
  padding: 10px 0;
  color: #fff;
}

.sub-menu-list li ul li a {
  line-height: 2;
}

.sub-menu-list p a {
  display: block;
  padding-left: 70px;
  height: 40px;
  line-height: 40px;
}

.side-link img {
  float: left;
  max-width: 60px;
}

.sub-menu>ul>li>p {
  font-size: 14px;
  text-align: center;
  color: #fdf6f6;
  background-color: #ff0;
  color: #000;
  border: 2px solid #000;
}

p.side-link img {
  vertical-align: middle;
}

.side-link p {
  padding: 10px 0;
}

/* footer */
footer {
  position: relative;
  margin-top: 30px;
  padding: 20px 0 0;
  background: #063478;
}

.foot-in {
  max-width: 850px;
  margin: 0 auto;
}

.ft-menu {
  width: 32%;
  margin-right: 1%;
}

footer .ft-menu-area {
  display: flex;
  flex-wrap: wrap;
}

footer .ft-menu p {
  color: #000;
  background: #ff0;
  border: 2px solid #000;
  margin-bottom: 5px;
  text-align: center;
}

footer .ft-menu a {
  display: block;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 15px;
}

footer .ft-menu a:hover {
  color: #ff0;
}

footer .ft-ttl {
  background: #000;
}

footer .ft-ttl p {
  color: #ccc;
  padding: 10px 0;
}

.foot-in.top-btn {
  position: relative;
}

a.top-btn {
  position: absolute;
  right: 0;
  top: -80px;
  display: block;
  width: 80px;
  height: 80px;
  background: #3a3a3a;
  color: #fff;
  line-height: 30px;
  font-size: 25px;
  text-align: center;
}

a.top-btn:hover {
  background: #fff;
  color: #063478;
}

/* under */

/* pan nav */
.pnavi {
  margin-bottom: 20px;
  color: #fdf6f6;
  font-size: 14px;
}

.pnavi li {
  display: inline;
}

img.eyecatch {
  display: block;
  margin: 20px auto;
}

/* SNS */
.button-area {
  width: 100%;
  margin: 50px 0;
}

.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: 50px;
  height: 50px;
  box-sizing: border-box;
  margin: 0 0.1%;
  display: inline-block;
}

.button-whole a {
  background: #525252;
  border-radius: 3px;
}

.container .article .button-whole a {
  border-bottom: none;
}

.button-whole .fa {
  font-weight: bold;
}

.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;
}

.button-link:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 1;
}

/* SNSごとの背景色 */
#twitter:hover {
  background-color: #00acee;
}

#hatena:hover {
  background-color: #2d4c86;
}

#facebook:hover {
  background-color: #3b5998;
}

#ggl-plus:hover {
  background-color: #dd4b39;
}

.container a.button-link:hover {
  opacity: 1;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 70px;
  height: 5px;
  border-radius: 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 5px;
}

.article-in,
.content-in {
  padding: 10px;
}

.article-in img {
  float: left;
  width: 45%;
  margin: 0 10px 10px 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ff0;
}

.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: #00f;
}

.mainvisual {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

.catch-copy {
  position: absolute;
  /* right: 7%; */
  font-size: 40px;
  color: #fff;
  text-shadow: 0 0 2px #00f;
  width: fit-content;
  /*400px*/
  z-index: 2;
  line-height: 1.5;

  left: 0;
  right: 0;
  margin: auto;
}

.more-btn {
  text-align: right;
}

.container section article .more-btn a {
  color: #000;
  background: #ff0;
  padding: 3px 20px;
  border: 2px solid #000;
}

.article img {
  margin-bottom: 10px;
}

strong,
b {
  font-size: 100%;
}

del {
  text-decoration: line-through;
}

.article ul,
.article ol,
blockquote,
address,
pre,
table {
  margin: 20px 0;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

pre {
  padding: 15px;
  border: 1px solid #fff;
  background: #9ac7f5;
  color: #000;
}

table {
  border-collapse: collapse;
}

table th {
  padding: 5px 20px;
  background: #063478;
  color: #fff;
  border: 1px solid #fff;
}

table td {
  padding: 5px 20px;
  border: 1px solid #fff;
}

strong {
  color: #ff0;
}

.article ul,
.article ol {
  padding: 15px;
  border: 1px dashed #fff;
}

.article ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ff0;
  border-radius: 5px;
}

.article ol {
  counter-reset: number;
}

.article ol li {
  margin-bottom: 5px;
}

.article ol li::before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  width: 2em;
  height: 2em;
  background: #ff0;
  line-height: 2em;
  text-align: center;
  color: #000;
  margin-right: 5px;
  border-radius: 50%;
}

address {
  padding: 10px;
  border: 1px solid #ff0;
  border-left: 5px solid #ff0;
  font-style: normal;
}

ins {
  border: 1px solid #ff0;
  padding: 0 10px;
}

blockquote {
  padding: 20px;
  border: 2px solid #ff0;
}

#panav {
  background: #063478;
  width: 630px;
  margin-bottom: 20px;
  padding: 5px 10px;
}

#panav a {
  color: #fff;
  border-bottom: 1px solid #ff0;
}

.error-txt {
  color: #ff0;
  font-size: 30px;
}

/*下層などflex内で要素が増える時*/
.container.cf:has(#panav) {
  flex-wrap: wrap;
}

/*パンくずが含まれる時のみ*/
#panav {
  width: 100%;
}

/*パンくず*/