@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

.b_cf:after {
  content: "";
  clear: both;
  display: block;
}

body {
  /* border-top: solid 4px #febe31; */
  background-color: #d2d0c9;
  font-size: 13px;
  line-height: 1.8;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体",
    "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", sans-serif;
}

strong {
  background: #d2c884;
  padding: 5px;
}

em {
  font-style: normal;
}

article ul {
  padding: 1em;
  margin: 1.5em 0;
  background: #ffffff;
  border: 6px double #a6953d;
}

article ul li {
  list-style-type: circle;
  list-style-position: inside;
  border-bottom: solid 1px #a6953d;
  margin: 0 0 2%;
  background: #fff;
}

article ol {
  counter-reset: counter-name;
  background: #fff;
  padding: 0.5em 1em;
  margin: 1.5em 0;
  border: 6px double #a6953d;
}

article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
  border-bottom: solid 1px #a6953d;
  margin: 0 0 2%;
}

article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
}

blockquote {
  background: #ffffff;
  padding: 3em 1em;
  position: relative;
  border-bottom: 5px solid #303358;
  border-top: 5px solid #303358;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #a6962a;
  position: absolute;
}

blockquote:before {
  content: "“";
  left: 0;
  top: 0;
  line-height: 1em;
}

blockquote:after {
  content: "”";
  right: 0;
  bottom: 0;
}

table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}

table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 2px solid #30335a;
  background: #a6953d;
  color: #fff;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 2px solid #30335a;
}

pre {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  display: inline-block;
  border: 2px solid #2f335c;
  margin: 1em 0;
  padding: 1em;
  background: #a6962a;
  color: #fff;
}

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

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

a {
  color: #3f3f3f;
  display: block;
}

a:hover {
  color: #febe31;
  opacity: 0.8;
  transition: 0.2s;
}

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

h2,
h3,
h4,
h5,
h6 {
  font-size: 140%;
  margin-bottom: 15px;
}

h2 {
  background: #303356;
  padding: 13px 11px;
  border: 5px solid #a6944a;
  font-weight: bold;
  color: #ffffff;
  font-size: 23px;
}

h3 {
  background: #a6953d;
  padding: 10px 10px 10px 15px;
  border-bottom: 5px solid #303356;
  color: #fff;
  font-size: 21px;
  border-right: 5px solid #646895;
}

h4 {
  border-bottom: 3px solid #303358;
  border-top: 3px solid #303358;
  padding-left: 6px;
  padding: 7px;
  color: #303358;
}

h5 {
  border-bottom: 4px double #a6962a;
  padding-bottom: 5px;
  font-size: 120%;
}

h6 {
  font-size: 100%;
  border-bottom: 1px dashed #a6962a;
  padding-bottom: 5px;
  color: #303358;
}

/* 下層用 */
.under h1 {
  background: #303356;
  padding: 13px 11px;
  border: 5px solid #a6944a;
  font-weight: bold;
  color: #ffffff;
  font-size: 23px;
}

.under h2 {
  background: #a6953d;
  padding: 10px 10px 10px 15px;
  border-bottom: 5px solid #303356;
  color: #fff;
  font-size: 21px;
  border-right: 5px solid #646895;
}

.under h3 {
  border-bottom: 3px solid #303358;
  border-top: 3px solid #303358;
  padding-left: 6px;
  padding: 7px;
  color: #303358;
  margin-top: 40px;
}




.n-con {
  max-width: 1244px;
  margin: 0 auto 50px;
  /* overflow: hidden; */
  background: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

.con_wrap>* {
  color: #3f3f3f;
}

.a_sia {
  background: #fff;
  max-width: 850px;
  float: left;
  padding: 6px 30px;
}

.a_sib {
  /*min-*/
  width: 300px;
  float: right;
  background: #303354;
  margin: 5px;
  border: 5px solid #a69354;
  position: sticky;
  top: 0;
  height: fit-content;
}

main {
  margin-bottom: 30px;
}

article {
  margin-bottom: 30px;
}

article img {
  max-width: 100%;
  margin-bottom: 15px;
}

.n-hd {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background: #2b2e4a;
  border-bottom: 5px solid #a6935c;
}

.n-hd.under_p {
  margin: 25px 0 35px;
}

.n-con .n-title {
  margin: 30px 0;
  width: 500px;
  float: left;
}

.n-hd.under_p .n-con .n-title {
  margin: 0;
  width: 100%;
  float: none;
}

.tt_h a {
  font-size: 27px;
  font-weight: bold;
  width: 850px;
  float: left;
  color: #fff;
  padding: 15px;
  line-height: 1.3;
}

.n-hd p.n-cp {
  font-size: 13px;
  color: #fff;
  width: 570px;
  float: right;
  padding: 15px;
}

.n-hd.under_p p.n-cp {
  margin: 0 0 0.3em;
}

.n-mainvisual {
  max-width: 1422px;
}

.bx-wrapper {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}

.bx-wrapper .bx-controls-direction a {
  display: none;
}

nav {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#febe31+0,fed271+100 */
  background: #2b2e4c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2b2e4c 0%, #555982 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2b2e4c 0%, #555982 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2b2e4c 0%, #555982 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6268A6', endColorstr='#2b2e4c', GradientType=0);
  /* IE6-9 */
}

.n-nv>ul {
  width: 85%;
  margin: 0 auto;
  overflow: hidden;
}

.n-nv ul#n-nv-menu>li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  text-align: center;
  margin: 3px 0;
  border-right: solid 1px #a6944a;
  width: 24%;
}

.n-nv ul#n-nv-menu>li:last-child {
  border: none;
  border-right: 1px solid #a6944a;
}

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

.slicknav_menu {
  display: none;
}

#n-nv-menu li a {
  color: #fff;
  padding: 10px 15px;
  display: block;
}

#n-nv-menu li a:hover {
  transition: 0.3s;
  color: #a6944a;
}

#n-nv-menu li:first-child {
  border-left: 1px solid #a6944a;
}

.n-lk img {
  max-width: 100%;
}

.ntrs-top {
  overflow: hidden;
  width: 100%;
}

.ntrs-top .n-lk {
  width: 48%;
  float: left;
  margin: 0 4% 20px 0;
}

.ntrs-top .n-lk:nth-of-type(2n) {
  margin-right: 0;
}

.ntrs-top .n-lk h2 {
  margin: 0 0 0.8em;
  padding: 5px 3px;
}

.n-more {
  text-align: center;
  margin: 20px auto 0;
  overflow: hidden;
  box-shadow: 1px 3px 5px #ddd;
}

.n-more a {
  padding: 10px;
  border: 1px solid #303358;
  color: #303358;
  background: #b1b2c5;
  width: 100%;
  /* border-radius: 30px; */
  display: block;
  font-size: 17px;
}

.n-more a:hover {
  background: #b1b2c5;
  opacity: 0.7;
}

/* /////////aside */

aside li>p {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  border-bottom: double 8px #a6944a;
  text-align: center;
  padding: 10px 0px;
}

aside a {
  padding: 12px 0;
}

aside a:hover {
  transition: 0.3s;
  background-color: rgba(204, 255, 204, 0.55);
}

aside img {
  float: left;
  max-width: 90px;
  margin-right: 5px;
}

.s-n-con>li {
  margin: 0 0 10px;
}

/*/////////MENUリンク*/

.s_t a {
  border-bottom: solid 1px #a6944a;
  color: #fff;
  /* padding-left: 6px; */
  font-size: 16px;
  text-align: center;
}

/*/////////NEW POSTリンク*/

.s_trs a {
  border-bottom: solid 1px #a6944a;
  color: #fff;
  padding: 10px 5px 10px 10px;
  font-size: 16px;
  text-align: center;
}

.n-lbk {
  border: 1px solid #2e335e;
  padding: 20px;
}

.n-lbk h2 {
  background: none;
  padding: 10px;
  margin: 0 auto 20px;
  text-align: center;
  background: #2f335c;
  color: #fff;
  border-radius: 30px;
}

.n-lbk h3 {
  border: none;
  padding: 0;
  margin: 0 0 5px;
  background: none;
}

.n-lbk h3 a {
  background: #fff;
  padding: 5px 10px;
  display: block;
  border-left: solid 9px #1e5662;
  /* border-radius: 30px; */
}

.n-lbk h3 a::after {
  content: ">";
  margin-left: 10px;
}

.n-lbk h3 a:hover {
  color: #1e5662;
  opacity: 0.7;
}

.n-lbk a {
  text-align: left;
}

.l_in {
  margin: 0 auto 3.5%;
}

.l_in:last-child {
  margin: 0;
}

/* /////////footer */

footer {
  position: relative;
  padding: 45px 0 10px;
  background: #a6953d;
}

footer .n-con p {
  font-size: 16px;
  color: #303358;
  font-weight: bold;
  border-bottom: double 3px #303358;
}

footer a {
  font-size: 100%;
  border-bottom: 1px solid #303358;
}

footer a:hover {
  opacity: 0.7;
  transition: 0.2;
  color: #fff;
}

footer .n-con {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 43px;
  background: #a6962a;
}

.n-fc {
  font-size: 70%;
  text-align: center;
}

.n-mn {
  width: 27%;
  margin-right: 3%;
}

/* /////////under */

.ntrs-nf {
  font-size: 300%;
  color: #d2d0c8;
}

/* /////////pan nav */

.ntrs-pan {
  margin-bottom: 8px;
  margin-left: 31px;
}

.ntrs-pan a {
  display: inline;
  font-size: 85%;
}

.ntrs-pan font {
  color: #ccc;
}

/* /////////SNS */

.sns-ctnbt {
  width: 100%;
  margin: 50px 0;
}

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

.sns-ctnbt>div {
  text-align: center;
}

.sns-ctnbt:after {
  content: "";
  clear: both;
  display: block;
}

.sns-ctnb {
  text-align: center;
  display: block;
  color: #ffffff;
  background: #303358;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding: 6px 0;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-radius: 25px;
}

.sns-ctnc {
  width: 24%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

.sns-ctnc .fa {
  font-weight: bold;
}

/*.sns-ctne:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}*/
.sns-ctne {
  font-size: 14px !important;
  width: 100%;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 8px 0;
  text-decoration: none;
  transition: 0.4s;
}

/* SNSごとの背景色 */

#twitter {
  color: #ffffff;
  background: #0faaf3;
  border-radius: 10px;
}

#hatena {
  color: #ffffff;
  background: #2d4c86;
  border-radius: 10px;
}

#facebook {
  color: #ffffff;
  background: #3b5998;
  border-radius: 10px;
}

#ggl-plus {
  color: #ffffff;
  background: #dd4b39;
  border-radius: 10px;
}

/*/////////トップに戻るボタン*/

p.n-btn a {
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  bottom: 18px;
  right: 0;
  z-index: 1;
  background: rgb(48, 51, 86);
  width: 70px;
  height: 55px;
  color: #fff;
  border-radius: 6px;
  right: -6px;
}

.newentry {
  border-top: 8px double #a6944a;
  margin-top: 25px;
}

/*下層などflex内で要素が増える時*/
.n-con.con_wrap.b_cf:has(.ntrs-pan) {
  flex-wrap: wrap;
}

/*パンくずが含まれる時のみ*/
.ntrs-pan {
  width: 100%;
}

/*パンくず*/