@charset "utf-8";

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

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

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

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

article ul li {
  margin: 1% 0;
}

article ul li:before {
  content: "●";
  color: #d73951;
}

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

article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  margin: 1% 0;
  padding-left: 20px;
}

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

blockquote {
  background: #666;
  padding: 3em 1em;
  position: relative;
  color: #fff;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #fff;
  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;
  color: #fff;
  border: 1px solid #696969;
  background: #d73951;
}

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

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 #eee;
  margin: 1em 0;
  padding: 1em;
}

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

em {
  background: #eee;
  font-style: normal;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

a {
  color: #696969;
  display: block;
}

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

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

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

h2 {
  position: relative;
  padding: 0 0 0.4em;
  border-bottom: solid 3px #d73951;
}

h3 {
  font-size: 125%;
  border-left: 6px solid #d73951;
  padding: 0.3em 0 0.3em 10px;
}

h4 {
  border: solid 1px #d73951;
  font-size: 125%;
  padding: 0.3em;
}

h5 {
  border-bottom: 2px solid #d73951;
  padding-bottom: 5px;
  font-size: 120%;
}

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

/* 下層用 */
.under h1 {
  position: relative;
  padding: 0 0 0.4em;
  border-bottom: solid 3px #d73951;
  font-size: 140%;
  margin-bottom: 28px;
}

.under h2 {
  font-size: 125%;
  border-left: 6px solid #d73951;
  padding: 0.3em 0 0.3em 10px;
}

.under h3 {
  border: solid 1px #d73951;
  font-size: 125%;
  padding: 0.3em;
  margin-top: 40px;
}


strong {
  color: #dd4a4a;
  font-size: 110%;
}

.ntrs_c {
  max-width: 1015px;
  margin: 0 auto;
  /* overflow: hidden; */
  display: flex;
  justify-content: space-between;
}

.ntrs_c_w>* {
  color: #696969;
}

.ntrs_c_l {
  max-width: 710px;
  float: right;
  padding: 0;
}

.ntrs_c_r {
  /*min-*/
  width: 255px;
  float: left;
  margin: 0 auto 30px;
  position: sticky;
  top: 0;
  height: fit-content;
}

main {
  margin-bottom: 50px;
}

article {
  margin-bottom: 30px;
}

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

.ntrs_c_ha {
  width: 100%;
  margin: 0;
  padding: 0;
}

nav.sonota_p {
  margin: 0 0 30px;
}

.ntrs_c .ntrs_c_ctit {
  margin: 50px 0;
}

.ntrs_c_stit a {
  font-size: 200%;
  color: #d73951;
  margin: 0 0 5px;
  text-align: center;
  line-height: 1.3;
}

.ntrs_c_ha p.ntrs_c_cp {
  font-size: 65%;
  color: #d73951;
  text-align: center;
}

nav {
  background: #d73951;
  margin: 0;
}

.ntrs_c_nv>ul {
  display: flex;
  overflow: hidden;
  padding: 10px 0;
  max-width: 1015px;
  margin: 0 auto;
  justify-content: space-around;
}

.ntrs_c_nv ul#ntrs_c_nv-menu>li {
  display: block;
  position: relative;
  float: left;
  width: 25%;
  font-size: 14px;
  text-align: center;
}

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

.slicknav_menu {
  display: none;
}

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

.ntrs_c_vis {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 0 30px;
}

.slidentrs_c_r {
  position: relative;
  left: 50%;
  width: 2940px;
  margin-left: -1470px;
}

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

.bx-wrapper img {
  margin: 0 auto;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  z-index: 9999;
}

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

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-prev {
  background: url(../images/lefticon.png) no-repeat 0 0;
  left: 950px;
}

.bx-wrapper .bx-next {
  background: url(../images/righticon.png) no-repeat 0 0;
  right: 950px;
}

.ntrs_c_lc {
  overflow: hidden;
}

.ntrs_c_lcone {
  margin: 0 0 40px;
  border-bottom: solid 1px #eee;
  overflow: hidden;
}

.ntrs_c_lcone .ntrs_c_lc {
  margin: 0 0 20px;
}

.ntrs_c_lcone .ntrs_c_lc img {
  width: 35%;
  float: right;
}

.ntrs_c_lcone .ntrs_c_lc img+div {
  float: left;
  width: 62%;
}

.ntrs_c_lc img {
  max-width: 100%;
  margin-right: 10px;
}

.ntrs_c_toplc {
  overflow: hidden;
  width: 100%;
  margin: 0 0 40px;

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

.ntrs_c_toplc .ntrs_c_lc {
  max-width: 340px;
  float: left;
  padding: 0;
  background: #fff;
  margin: 0 30px 30px 0;
}

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

.ntrs_c_toplc .ntrs_c_lc h2 {
  margin: 0 0 15px;
  padding: 0 0 0.3em;
  background: none;
  color: #696969;
  border-bottom: solid 3px #d73951;
}

.ntrs_c_more {
  text-align: center;
  margin: 30px auto 0;
}

.ntrs_c_more a {
  padding: 0.6em;
  background: #d73951;
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
  display: block;
}

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

.ntrs_c_lcone .ntrs_c_more a {
  width: 50%;
  float: right;
}

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

aside li>p {
  font-size: 19px;
  padding: 0;
  font-weight: bold;
  margin: 0 0 4%;
}

aside a {
  padding: 8px 0;
}

aside img {
  float: left;
  max-width: 30%;
  margin: 0 5px 5px 0;
}

.side-ntrs_c>li {
  margin: 0 0 30px;
  background: #fff;
}

.ntrs_side_a {
  padding: 0;
}

.ntrs_side_a a {
  border-left: 7px solid #d73951;
  margin: 0 0 6px;
  padding: 8px 5px;
}

.ntrs_side_b {
  padding: 0;
}

.ntrs_side_b a {
  overflow: hidden;
}

.ntrs_c_lbx {
  width: 100%;
  margin: 0 auto 40px;
}

.ntrs_c_lbx h2 {
  background: #d73951;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 0.5em;
  margin: 0 auto 3%;
}

.ntrs_c_lbx h2:after {
  border-top: 15px solid #a6d3c8;
}

.ntrs_c_lbx h3 {
  border: none;
  font-size: 110%;
  padding: 0;
  margin: 0 0 4px;
  border-left: solid 3px #d73951;
  border-bottom: solid 1px #aaa;
}

.ntrs_c_lbx h3 a {
  display: block;
  padding: 0.3em 0.3em;
}

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

.ntrs_c_lbx h3 a:hover {
  color: #d73951;
}

.ntrs_c_lbx a {
  text-align: left;
}

.ntrs_c_lbxin {
  margin: 0 0 3%;
}

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

footer {
  position: relative;
  padding: 40px 0 0;
}

footer p {
  font-size: 16px;
  padding: 0 0 10px;
}

footer a {
  font-size: 85%;
}

footer a:hover {
  text-decoration: underline;
}

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

.ntrs_c_ftc {
  font-size: 70%;
  padding: 50px 3%;
  text-align: center;
  color: #fff;
  background: #d73951;
}

.ntrs_c_ftm {
  width: 27%;
  margin-right: 3%;
  padding: 0 0 0 20px;
  border-left: solid 6px #d73951;
}

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

.ntrs_c_nfd {
  font-size: 180%;
  color: #dd4a4a;
}

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

.ntrs_c_pann {
  margin-bottom: 10px;
}

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

.ntrs_c_pann font {
  color: #ccc;
}

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

.ntrs_c_bare {
  width: 100%;
  margin: 50px 0;
}

.sns-ntrs_c {
  overflow: hidden;
}

.ntrs_c_bare>div {
  text-align: center;
}

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

.ntrs_c_tifil {
  text-align: left;
  display: block;
  font-size: 14px;
  width: 100%;
  padding: 0;
  border-bottom: dotted 1px #d73951;
  margin-bottom: 15px;
  box-sizing: bordentrs_c_r;
}

.ntrs_c_bwh {
  width: 24%;
  float: left;
  border: solid 1px #d73951;
  box-sizing: bordentrs_c_r;
  margin: 0 0.5%;
}

.ntrs_c_bwh .fa {
  font-weight: bold;
}

.ntrs_c_bl {
  display: block;
  background: #fff;
  text-align: center;
  color: #d73951;
  font-size: 15px !important;
  padding: 8px !important;
  box-sizing: bordentrs_c_r;
  text-decoration: none;
}

.ntrs_c_bl:hover {
  text-decoration: none !important;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  background: #d73951;
  color: #fff;
  opacity: 1;
}

p.ntrs_c_back a {
  font-size: 25px;
  line-height: 52px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  background: rgba(215, 57, 81, 0.88);
  width: 55px;
  height: 55px;
  color: #fff;
}

/*下層などflex内で要素が増える時*/
.ntrs_c.ntrs_c_w.cle_f:has(.ntrs_c_pann) {
  flex-wrap: wrap;
}

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

/*パンくず*/