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

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

body {
  background-color: #d4e7e8;
  font-size: 17px;
  line-height: 1.9;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}

strong {
  background: #e7d500;
  padding: 3px;
}

em {
  font-style: normal;
}

article ul {
  padding: 1em;
  margin: 1.5em 0;
  background: #fff;
  border: 5px solid #e5b2d2;
}

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

article ol {
  counter-reset: counter-name;
  background: #fff;
  padding: 0.5em 1em;
  margin: 1.5em 0;
  border: 5px solid #e5b2d2;
}

article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
  border-bottom: solid 4px #e5b2d2;
  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: #d5e7e8;
  padding: 3em 1em;
  position: relative;
  border-radius: 10px;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #000;
  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: 3px solid #715767;
  background: #e6b1d0;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 3px solid #715767;
}

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 #000;
  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 {
  opacity: 0.8;
  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 {
  color: #000;
  font-size: 19px;
  position: relative;
  margin-left: 0px;
  padding: 8px 16px;
  background: #e7b0ce;
  font-weight: bold;
}

h2:before,
.under h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 8px solid #fff;
  border-top: 8px solid rgba(0, 0, 0, 0.5);
  border-left: 8px solid rgba(0, 0, 0, 0.5);
}

h3,
.under h2 {
  color: #000000;
  border: solid 3px #e6b1d0;
  padding: 10px;
  border-radius: 0.5em;
  font-size: 18px;
}

h4,
.under h3 {
  background: linear-gradient(transparent 70%, #e6b1d0 70%);
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

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

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

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

.con-225 {
  max-width: 914px;
  margin: 0 auto;

  display: flex;
  justify-content: space-between;
}

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

.sia_225 {
  max-width: 72%;
  /*673px*/
  float: right;
}

@media (max-width: 700px) {
  .sia_225 {
    max-width: inherit;
  }
}

.sib_225 {
  /*min-*/
  width: 24%;
  /*210px*/
  float: left;
  margin: 0 auto 30px;
  background: #fff;
  padding: 15px;
  border: 5px solid #000;
  position: sticky;
  top: 0;
  height: fit-content;
}

main {
  margin-bottom: 30px;
}

article {
  margin-bottom: 30px;
  border: 5px solid #000;
  padding: 20px 30px;
  background: #fff;
}

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

.ntrs-hd-225 {
  width: 100%;
  padding: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 9999;
  width: 460px;
  top: 30px;
  border: 5px solid #000;
  left: 19%;
}

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

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

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

.ttl_head a {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.3;
}

.ntrs-hd-225 p.cp-225 {
  margin-top: 10px;
  font-size: 75%;
}

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

.mainvisual-225 {
  width: 100%;
}

.bx-wrapper {
  margin: 10px auto;
  border: 5px solid #000000;
  box-shadow: none;
}

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

nav {
  margin: 20px 0;
}

.nv-225>ul {
  max-width: 920px;
  margin: 0 auto 15px;
  overflow: hidden;
}

.nv-225 ul#nv-225-menu>li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  text-align: center;

  border-top: solid 5px #000;
  border-bottom: solid 5px #000;
  width: 21%;
  margin: 0px 12px;
  padding: 10px 0;
}

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

.slicknav_menu {
  display: none;
}

#nv-225-menu li a {
  color: #000;
  padding: 7px 2em;
  display: block;
}

#nv-225-menu li a:hover {
  color: #e7b0ce;
  transition: 0.2s;
  font-weight: bold;
}

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

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

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

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

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

.ntrs-more {
  text-align: center;
  margin: 20px auto 0;
  overflow: hidden;
  float: right;
}

.ntrs-more a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 10px 35px;
  text-decoration: none;
  color: #fff;
  background: #000000;
  transition: 0.4s;
}

.ntrs-more a>span {
  border-bottom: solid 2px #fff;
}

.ntrs-more a:hover {
  background: #e7b0ce;
}

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

aside li>p {
  font-size: 25px;
  color: #e7b0ce;
  font-weight: bold;
  border-bottom: dotted 4px #000000;
  text-align: center;
}

aside a {
  padding: 10px 0;
}

aside img {
  float: left;
  max-width: 100%;
  margin-right: 5px;
  border: 4px solid #000;
}

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

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

.si_t_225 a {
  border-bottom: solid 3px #e6b1d0;
}

.si_t_225 a:hover {
  color: #e7b0ce;
  transition: 0.2s;
}

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

.si_t_225rs a {
  padding: 10px 0;
  overflow: hidden;
  border-bottom: solid 3px #e6b1d0;
  text-align: center;
}

.si_t_225rs a:hover {
  color: #e7b0ce;
  transition: 0.2s;
}

.ntrs-lbk h2 {
  background: none;
  padding: 0.5em;
  margin: 0 auto 15px;
  text-align: center;
  background: #e6b1d0;
  color: #fff;
}

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

.ntrs-lbk h3 a {
  background: #fff;
  padding: 8px 10px;
  display: block;
  border: solid 1px #e5b2d2;
  /* border-radius: 30px; */
}

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

.ntrs-lbk h3 a::before {
  margin: 0 0.5em 0 0;
  color: #febe31;
}

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

.lbk_in {
  margin: 0 auto 3.5%;
}

.lbk_in h3 {
  position: relative;
}

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

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

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

footer {
  position: relative;
  padding: 48px 0 6px;
  background: #e7b0ce;
  margin-top: 30px;
}

footer .con-225 p {
  font-size: 19px;
  color: #000000;
  font-weight: bold;
  border-bottom: 3px solid #000;
  border-top: 3px solid #000;
  margin-bottom: 10px;
}

footer a {
  font-size: 85%;
  color: #fff;
  padding: 3px;
  transition: 0.2s;
}

footer a:hover {
  color: #000;
  background-color: #d4e7e8;
  font-weight: bold;
}

footer .con-225 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

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

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

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

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

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

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

.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: #000000;
  border-bottom: solid 5px #000000;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  padding: 3px 0;
  margin-bottom: 20px;
  box-sizing: border-box;
}

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

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

.sns-ctne {
  display: inline-block;
  text-decoration: none;
  width: 50px;
  margin: 2px;
  height: 50px;
  line-height: 50px;
  font-size: 23px;
  color: white;
  border-radius: 12px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  transition: 0.3s;
}

.sns-ctne .fa {
  line-height: 50px;
}

.sns-ctne:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* SNSごとの背景色 */

#twitter {
  color: #fff;
  background: #0faaf3;
  border-radius: 6px;
}

#hatena {
  color: #fff;
  background: #2d4c86;
  border-radius: 6px;
}

#facebook {
  color: #fff;
  background: #3b5998;
  border-radius: 6px;
}

#ggl-plus {
  color: #fff;
  background: #dd4b39;
  border-radius: 6px;
}

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

p.btn-225 a {
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  bottom: 18px;
  right: 15px;
  z-index: 1;
  background: rgb(0, 0, 0);
  width: 65px;
  height: 65px;
  color: #fff;
}

.fa-angle-up:before {
  content: "top";
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.ntrs-hd-2252 {
  width: 920px;
  margin: 0 auto;
  padding: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  /* position: absolute; */
  z-index: 9999;
  /* width: 100%; */
  /* top: 30px; */
  border: 5px solid #000;
  /* left: 20px; */
}

.ntrs-hd-2252.under_p {
  margin: 20px auto;
}

.con-225 .title-2252 {
  margin: 0 auto;
  width: 870px;
  float: left;
  padding: 20px 0px;
}

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

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

/*パンくず*/