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

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

body {
  border-top: solid 3px #3eb134;
  background-color: #fff;
  background-image: url("../images/bg227.jpg");
  font-size: 15px;
  line-height: 1.8;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}

strong {
  background: #ffe93e;
}

em {
  font-style: normal;
}

article ul {
  padding: 1em;
  margin: 1.5em 0;
  background: #eaf786;
  border-left: 4px solid #45a73c;
}

article ul li {
  list-style-type: disc;
  list-style-position: inside;
  border-bottom: double 4px #fff;
  margin: 0 0 2%;
  background: #eaf786;
}

article ol {
  counter-reset: counter-name;
  background: #eaf786;
  padding: 0.5em 1em;
  margin: 1.5em 0;
  border-left: 4px solid #45a73c;
}

article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
  border-bottom: double 4px #fff;
  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: 2px solid #ffea00;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #45a73c;
  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 dotted #46a73c;
  background: #eaf786;
  color: #555;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 2px dotted #46a73c;
}

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;
  border: 2px solid #bbb;
  margin: 1em 0;
  padding: 1em;
}

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: #fff;
  transition: 0.2s;
}

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

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

h2,
.under h1 {
  position: relative;
  background: #e8f694;
  box-shadow: 0px 0px 0px 5px #e8f694;
  border: dashed 2px white;
  padding: 10px 20px;
  color: #555;
}

h2:after,
.under h1::after {
  position: absolute;
  content: "";
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #c6d666;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

h3,
.under h2 {
  padding: 5px 10px;
  display: block;
  border-bottom: dashed 2px #ffe773;
  border-left: 5px solid #ffe85e;
  font-size: 18px;
}

h4,
.under h3 {
  position: relative;
  line-height: 50px;
}

h4:after,
.under h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg,
      #eaf786,
      #eaf786 2px,
      #fff 2px,
      #fff 4px);
  background: repeating-linear-gradient(-45deg,
      #eaf786,
      #eaf786 2px,
      #fff 2px,
      #fff 4px);
}

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

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

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

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

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

.sub_sia {
  background: #fff;
  max-width: 800px;
  float: left;
  padding: 30px 50px;
  margin-top: 30px;
}

.u_sib {
  /*min-*/
  width: 300px;
  float: left;
  margin: 65px auto;
  padding: 0 35px 0 0;

  position: sticky;
  top: 0;
  height: fit-content;
}

main {
  margin-bottom: 30px;
}

article {
  margin-bottom: 30px;
  border: 2px solid #946b00;
  padding: 15px;
}

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

.header {
  max-width: 1100px;
  margin: 0 auto;
  padding: 15px 10px;
  overflow: hidden;
  background: #fff;
}

.header.under_p {
  margin: 25px 0 35px;
}

.con .hd_title {
  margin: 30px 0;
  width: 500px;
  float: left;
}

.header.under_p .con .hd_title {
  margin: 0;
  width: 100%;
  float: none;
}

.hd_ttl a {
  font-size: 20px;
  font-weight: bold;
  /* width: 310px; */
  float: left;
  color: #48b103;
  line-height: 1.3;
}

.hd-cp {
  margin: 0 0 1em;
  font-size: 70%;
  /* width: 515px; */
  line-height: 16px;
}

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

.main_visual {
  max-width: 880px;

  margin: 0 auto;
}

.bx-wrapper {
  margin: 0 auto;
  border: 2px solid #adca00;
  box-shadow: none;
}

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

nav {
  background: #fff;
  border-top: 1px dashed #45a73c;
  border-bottom: 1px dashed #45a73c;
  max-width: 1075px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.nav>ul {
  /* width: 600px; */
  margin: 0 auto;
  overflow: hidden;
  float: right;
}

.nav ul#navi-menu>li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  text-align: center;
  margin: 3px 0;
  border-right: solid 1px rgba(255, 255, 255, 0.79);
}

.nav ul#navi-menu>li:last-child {
  border: none;
}

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

.slicknav_menu {
  display: none;
}

#navi-menu li a {
  color: #555;
  padding: 7px 2em;
  display: block;
}

#navi-menu li a:hover {
  color: #ffe85e;
  transition: 0.3s;
}

#navi-menu li:first-child a::before {
  content: "\f015";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}

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

.top_fr {
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.top_fr .lk {
  width: 48%;
  float: left;
  margin: 0 4% 20px 0;
}

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

.top_fr .lk h2 {
  padding: 5px 3px;
}

.more_btn a {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #83bc6b;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 5px #83bc6b;
  border: dashed 1px #fff;
  width: 100%;
  text-align: center;
  margin: 20px 0 7px 0;
}

.more_btn a:hover {
  border: dotted 1px #fff;
  color: #83bc6b;
}

.more_btn a::before {
  content: "\f0da";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}

.more_btn a:hover {
  background: #fff;
}

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

aside li>p {
  background: #eaf786;
  box-shadow: 0px 0px 0px 5px #eaf786;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  font-weight: bold;
}

aside a {
  padding: 12px 0;
}

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

.sub-con>li {
  margin: 0 0 30px;
}

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

.si_t a {
  border-left: solid 6px #ffe93e;
  margin-top: 10px;
  padding: 5px 0 5px 10px;
}

.si_t a:hover {
  color: #ffe85e;
  transition: 0.3s;
}

/*/////////NEW ENTRYリンク*/

.sub_trs a {
  border-left: solid 6px #ffe93e;
  margin-top: 15px;
  padding: 20px 0 42px 10px;
}

.sub_trs a:hover {
  color: #ffe85e;
  transition: 0.3s;
}

.ntrs-lbk {
  border: 2px solid #afcb00;
  padding: 15px;
}

.ntrs-lbk h2 {
  position: relative;
  background: #e8f694;
  box-shadow: 0px 0px 0px 5px #e8f694;
  border: dashed 2px white;
  padding: 10px 20px;
  color: #555;
}

.ntrs-lbk h2:after {
  position: absolute;
  content: "";
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #c6d666;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

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

.ntrs-lbk h3 a {
  padding: 5px 10px;
  display: block;
  border-bottom: dashed 2px #ffe773;
  border-left: 5px solid #ffe85e;
  font-size: 18px;
}

.ntrs-lbk h3 a:hover {
  background: #fff;
}

.ntrs-lbk a {
  text-align: left;
  color: #555;
}

.ntrs-lbk a:hover {
  color: #ffe85e;
  transition: 0.3s;
}

.bookmark_in {
  margin: 0 auto 3.5%;
}

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

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

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

footer {
  position: relative;
  padding: 50px 0 10px;
  max-width: 1100px;
  margin: 0 auto;
  background: #abc927;
}

footer .con p {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  border-bottom: 2px dashed #fff;
  margin-bottom: 10px;
}

footer a {
  font-size: 90%;
  color: #ffea00;
}

footer a:hover {
  color: #fff;
  transition: 0.3s;
}

footer .con {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 55px;
  background: #adca00;
  padding: 0px 50px;
}

.fc {
  font-size: 70%;
  text-align: center;
  color: #45a73c;
}

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

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

.ntrs-nf {
  font-size: 200%;
  color: #e22323;
}

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

.ntrs-pan {
  margin-bottom: 10px;
  padding-left: 48px;
}

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

  font-size: 16px;
  font-weight: bold;
  width: 30%;
  padding: 6px 0;
  margin: 0 10px;
  box-sizing: border-box;
  float: left;
  background: #e22424;
  border-radius: 5px;
}

.sns-ctnc {
  width: 22%;
  box-sizing: border-box;
  margin: 0 0.1%;
  background: #ecf874;
  border-radius: 6px;
  box-shadow: 2px 2px 5px #ddd;
}

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

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

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

#hatena {
  color: #2d4c86;
}

#facebook {
  color: #3b5998;
}

#ggl-plus {
  color: #dd4b39;
}

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

p.top_btn a {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  bottom: 18px;
  right: 45px;
  z-index: 1;
  background: rgba(255, 153, 146, 0.88);
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 60px;
}

.wrap_227 {
  max-width: 1100px;
  background: #fff;
  margin: 0 auto;
}

.u_sib227 {
  /*min-*/
  width: 24%;
  float: left;
  margin: 35px auto;
  padding: 0 35px 0 0;
}

.sub_sia227 {
  background: #fff;
  max-width: 72%;
  /*800px*/
  float: left;
  padding: 0 0 0 20px;
  /*0px 50px*/
  margin-top: 30px;
}

@media (max-width: 695px) {
  .sub_sia227 {
    max-width: inherit;
  }
}

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

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

/*パンくず*/