@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 {
  font-size: 13px;
  line-height: 1.5;
  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 {
  padding: 20px;
}

/* top page */

/* header */
.head-cont {
  width: 100%;
  padding: 30px 30px 15px;
}

.head-cont .container {
  margin: 0 auto;
}

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

.head-cont .site-ttl a:hover {
  color: #fc7229;
}

.head-cont p.catch-copy {
  margin-bottom: 5px;
  color: #696b78;
  font-size: 10px;
}

.gnav {
  background: linear-gradient(to bottom,
      rgba(82, 95, 137, 1) 0%,
      rgba(12, 25, 57, 1) 100%);
}

nav>.container {
  margin-top: 0;
}

nav.gnav>.container>ul {
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
}

nav.gnav ul#gnav-menu>li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 14px;
  text-align: center;
  color: #a5e9e1;
}

ul#gnav-menu 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;
}

#gnav-menu li a {
  display: block;
  color: #fff;
}

#gnav-menu li a:hover {
  color: #fc7229;
}

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

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

.main-sld {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sld-in {
  position: relative;
  left: 50%;
  width: 1950px;
  margin-left: -975px;
}

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

header .container {
  display: block;
}

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

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

main.under {
  max-width: 70%;
}

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


.article {
  margin-bottom: 20px;
  padding: 15px;
  border: dotted 1px #ccc;
}

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

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

/* link */
.link-box {
  padding: 3%;
}

.link-box h3 {
  position: relative;
}

.link-box h3 a {
  display: block;
  font-size: 16px;
  color: #f6a556;
}

.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.side-menu {
  float: right;
  /*min-*/
  width: 27%;
  /*260px*/
}

.side-menu>ul>li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #ccc;
}

.right-list {
  position: sticky;
  top: 0;
}

.right-list a {
  display: block;
  padding: 10px 0;
  color: #f6a556;
}

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

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

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

.side-menu>ul>li>p {
  color: #333e5e;
  text-align: center;
}

.right-list li a {
  color: #333e5e;
}

.right-list li a:hover {
  color: #fc7229;
}

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

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

/* footer */
footer {
  position: relative;
  margin-top: 150px;
  background: #333e5e;
}

footer .container {
  margin-top: 0;
}

footer .foot-list-area {
  display: flex;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}

footer .ft-ttl,
footer .ft-copy {
  font-size: 10px;
  text-align: center;
}

footer a.top-btn {
  position: absolute;
  top: -40px;
  right: 20px;
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333e5e;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(234, 234, 234, 1) 100%);
  border: 1px solid #ccc;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

footer a.top-btn:hover {
  color: #fc7229;
}

footer .foot-list {
  width: 30%;
  margin: 20px 5px 20px 0;
}

footer .foot-list p {
  color: #fc7229;
  font-size: 16px;
}

footer .foot-list a {
  display: block;
  color: #c9cddb;
}

footer .foot-list a:hover {
  color: #fc7229;
}

.foot-list ul li {
  margin-bottom: 5px;
}

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

/* under */

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

.pan-nav li {
  display: inline;
}

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

.container .main-area {
  float: left;
  width: 640px;
  background-color: #fdf6f6;
}

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

.sns-container {
  display: flex;
  justify-content: space-between;
}

.share-area>div {
  text-align: center;
}

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

.share-btn {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

.share-btn .fa {
  font-weight: bold;
}

.article .button-link {
  display: block;
  text-align: center;
  color: #fc7229;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
  border-bottom: none;
  border: 1px solid #fc7229;
}

.button-link:hover {
  text-decoration: none !important;
}

/* SNSごとの背景色 */
.article #twitter:hover {
  background-color: #00acee;
  color: #fff;
  border: 1px solid #00acee;
}

.article #hatena:hover {
  background-color: #2d4c86;
  color: #fff;
  border: 1px solid #2d4c86;
}

.article #facebook:hover {
  background-color: #3b5998;
  color: #fff;
  border: 1px solid #3b5998;
}

.article #ggl-plus:hover {
  background-color: #dd4b39;
  color: #fff;
  border: 1px solid #dd4b39;
}

/* +下層用 */
h2,
.under h1 {
  position: relative;
  border-top: 4px solid #333e5e;
  color: #333e5e;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(234, 234, 234, 1) 100%);
}

h2::before,
.under h1::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  width: 30%;
  height: 4px;
  background: #fc7229;
}

h3,
.under h2 {
  color: #333e5e;
}

h3:first-letter,
.under h2:first-letter {
  color: #fc7229;
  font-size: 150%;
}

h4,
.under h3 {
  color: #333e5e;
  border: 1px solid #333e5e;
}

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

h5 {
  color: #333e5e;
  border-bottom: 2px solid #fc7229;
}

h6 {
  color: #fc7229;
}

strong {
  color: #fc7229;
}

em {
  background: #eaeaea;
  border-bottom: 1px solid #333e5e;
}

.article ul,
.article ol {
  border: 1px solid #f3f3f3;
  box-shadow: 0 0 2px 2px #f3f3f3;
}

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

.article ol {
  counter-reset: number;
}

.article ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #333e5e;
}

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

blockquote {
  border-left: 10px solid #fc7229;
  background: #eee;
  color: #333e5e;
}

address {
  padding: 15px;
  background: #333e5e;
  color: #fff;
}

ins {
  background: #eaeaea;
  border-bottom: 2px solid #ccc;
}

pre {
  color: #333e5e;
  border: 1px solid #333e5e;
}

.article a {
  color: #fc7229;
  border-bottom: 1px solid #333e5e;
}

table th {
  padding: 2px 15px;
  background: #333e5e;
  color: #fff;
  border: 1px solid #333e5e;
}

table td {
  padding: 2px 15px;
  color: #333e5e;
  border: 1px solid #333e5e;
}

.article .more-btn a {
  padding: 5px 40px;
  background: #fc7229;
  color: #fff;
  border-bottom: none;
}

.article .more-btn a:hover {
  background: #333e5e;
}

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

#panav {
  margin-bottom: 20px;
}

#panav a {
  color: #333e5e;
}

#panav a:hover {
  color: #fc7229;
}

.notfound {
  color: #fc7229;
  font-size: 150%;
}

/*******************/

@charset "utf-8";

.pc {
  display: block;
}

@media screen and (max-width: 667px) {
  .pc {
    display: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
  }

  .head-cont,
  footer .foot-list-area,
  .main-area h1,
  .article,
  .pan-nav,
  .main-area h2,
  .container {
    padding: 3%;
  }

  .container {
    display: block;
  }

  .container.pc {
    display: none;
  }

  .container section article.link-box a {
    padding: 0;
  }

  div.pan-nav {
    padding: 0 3%;
  }

  .container section h2,
  .side-menu h2 {
    padding: 15px 5%;
  }

  .article .art-box p {
    margin: 10px 0;
  }

  .subEntry {
    margin-bottom: 10px;
  }

  .container,
  ul.sub-menu li a,
  .container section,
  .article .art-R,
  aside.side-menu,
  .container .main-area,
  .side-link img,
  .article img,
  div.pan-nav,
  img.eyecatch {
    width: 100%;
  }

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

  .article img,
  .article .art-R,
  .container section,
  .container .main-area,
  .side-link img {
    float: none;
  }

  .sns-container,
  main section article.article img {
    display: block;
  }

  .slicknav_menu>ul>li>a>p {
    display: inline-block;
  }

  header .site-ttl {
    font-size: 16px;
  }

  .container section h2,
  .side-menu h2 {
    font-size: 18px;
  }

  footer {
    padding: 0;
  }

  footer .foot-list-area {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 2;
  }

  footer .foot-list {
    width: 100%;
  }

  footer .ft-ttl {
    margin: 0;
    padding: 3%;
  }

  .right-list p a {
    height: 28px;
    padding: 0;
    text-align: center;
  }

  aside.side-menu {
    background-color: #2e2b2b;
  }

  footer a.top-btn {
    right: 20px;
  }

  /* gnav */
  #gnav-menu,
  .right-list,
  .side-menu h2 {
    display: none;
  }

  .slicknav_menu {
    display: block;
    padding: 0;
    background: #333e5e;
    position: sticky;
    top: 0;
  }

  .slicknav_nav ul {
    margin: 0;
  }

  .slicknav_menu ul a {
    padding: 5px 20px;
    color: #c9cddb;
  }

  .slicknav_menu a {
    padding: 0;
    margin: 0;
  }

  a.slicknav_btn.slicknav_collapsed {
    width: 100%;
    display: block;
  }

  .slicknav_menu img {
    display: block;
    margin: 20px auto 0;
    width: 100%;
    height: auto;
  }

  .slicknav_btn {
    float: none;
    background-color: #fff;
  }

  .slicknav_menu .slicknav_menutxt {
    display: block;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    text-shadow: none;
    color: #fff;
    background-color: #333e5e;
  }

  .slicknav_menu .slicknav_icon-bar {
    background-color: #8a7749;
    display: none;
  }

  .slicknav_menu .slicknav_icon {
    display: none;
  }

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: none;
    color: #fc7229;
  }

  ul.slicknav_nav li:last-child {
    border-bottom: none;
  }

  ul.sub-menu li a {
    border-bottom: 1px dashed #fc7229;
  }

  /* side menu */
  .side-menu .slicknav_menu .slicknav_menutxt {
    background-color: #388186;
  }

  .side-menu .slicknav_menu ul {
    color: #fdf6f6;
  }

  .side-menu .slicknav_menu .slicknav_menutxt {
    color: #fdf6f6;
  }

  .slicknav_nav a:hover {
    color: #fc7229;
    border-radius: 0;
    background: none;
  }

  .side-link img {
    display: none;
  }

  /* sns */
  .share-btn {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
  }

  .sld-in {
    position: relative;
    left: 50%;
    width: 900px;
    /*←スマホ時のwidth×3*/
    margin-left: -450px;
    /*←スマホ時のwidth×3÷2*/
  }

  ul.slider_ul li {
    width: 300px !important;
  }

  .more-btn {
    margin-top: 10px;
  }

  .bx-wrapper {
    margin: 20px auto 0;
  }

  .container {
    margin: 20px auto 0;
  }

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

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

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

/*パンくず*/