@charset "utf-8";

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

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

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

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

article ul {
  padding: 0.5em 0 0.5em 2em;
  margin: 1.5em 0;
  border: 1px solid #333;
}

article ul li:before {
  content: "・";
  display: inline-block;
}

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

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

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

blockquote {
  background: #eee;
  padding: 3em 1em;
  position: relative;
  border: 1px solid #333;
}

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

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

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: 3px solid #333;
  margin: 1em 0;
  padding: 1em;
}

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

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

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

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

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

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

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

h2 {
  color: #fff;
  background: #333;
  padding: 8px;
}

h3 {
  border: 2px solid #333;
  padding: 4px 6px;
}

h4 {
  padding: 5px 6px;
  border-left: 3px solid #333;
}

h5 {
  border-bottom: 1px solid #333;
  font-size: 120%;
}

h6 {
  font-weight: bold;
  font-size: 100%;
  padding: 5px;
  background: #eee;
}

/* 下層用 */
.under h1 {
  color: #fff;
  background: #333;
  padding: 8px;
  font-size: 130%;
  margin-bottom: 25px;
}

.under h2 {
  border: 2px solid #333;
  padding: 4px 6px;
}

.under h3 {
  padding: 5px 6px;
  border-left: 3px solid #333;
  margin-top: 40px;
}




strong {
  color: #ff1f1f;
}

/* コンテナ*/
.nctn {
  max-width: 1000px;
  margin: 0 auto;
  /* overflow: hidden; */
  display: flex;
  justify-content: space-between;
}

/* /////////////////////左右 */
.nctn_r {
  /*min-*/
  width: 250px;
  float: left;
  margin: 0 auto;
  padding: 15px;
  background: #333;
  position: sticky;
  top: 0;
  height: fit-content;
}

.nctn_l {
  max-width: 710px;
  float: right;
}

/* main */
main {
  margin: 0 0 30px;
}

article {
  margin: 0 0 50px;
  background: #fff;
  padding: 0;
}

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

/* header */
.nctn_head {
  margin: 0;
  padding: 0;
}

.stit_h a {
  font-size: 23px;
  color: #333;
  font-weight: normal;
  margin: 0 0 20px;
  line-height: 1.3;
}

p.cp_p {
  font-size: 80%;
  color: #333;
}

.nctn_tit {
  margin: 0;
  position: absolute;
  bottom: 15px;
  z-index: 10;
  padding: 15px;
  width: 680px;
  right: 15px;
  background: rgba(255, 255, 255, 0.75);
}

.nctn.p_hoka .nctn_tit {
  float: none;
  position: static;
  margin: 15px 0 30px;
  background: none;
  padding: 0;
  width: 100%;
}

.nctn.p_hoka .nctn_tit h1.stit_h a {
  color: #333;
  font-size: 30px;
}

.nctn.p_hoka .nctn_tit p.cp_p {
  color: #333;
}

/* スライダー */
.nctn_vis {
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0;
  position: relative;
}

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

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

/*ヘッダーナビ*/

.nctn_nv {
  display: none;
}

.nctn_nv .nctn_nv-menu {
  display: block;
}

.nctn_nv ul#nctn_nv-menu>li {
  display: block;
  font-size: 15px;
  border-bottom: 1px #606060 solid;
  margin: 0 10px;
}

#nctn_nv-menu li a {
  padding: 0.3em;
  color: #8da9a0;
  display: block;
}

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

.nctn.p_hoka .nctn_nv {
  float: right;
  width: 40%;
}

.slicknav_menu {
  display: none;
}

/*motto読む*/

.nctn_more {
  text-align: center;
  margin: 15px 0 0;
}

.nctn_more a {
  border: solid 2px #333;
  color: #333;
  background: none;
  padding: 0.2em;
  display: block;
}

.nctn_more a:hover {
  color: #fff;
  opacity: 1;
  background: #333;
}

/*3列リンク*/

.nctn_linktop {
  overflow: hidden;
  margin: 0 auto 40px;
  overflow: hidden;
  padding: 20px 0 0;
}

.nctn_linktop .nctn_linkc {
  max-width: 48%;
  margin: 0 4% 5% 0;
  padding: 0;
  background: #fff;
  float: left;
  border: solid 1px #333;
}

.nctn_linktop .nctn_linkc>div {
  padding: 15px;
}

.nctn_linktop .nctn_linkc:nth-child(even) {
  margin-right: 0;
}

.nctn_linkc img {
  float: none;
  max-width: 100%;
  margin: 10px 0;
}

.nctn_linkc h2 {
  margin: 0;
}

/* おすすめリンク */

.nctn_rec {
  border: solid 1px #333;
  padding: 15px;
  width: 90%;
  margin: 0 auto 40px;
}

.nctn_rec h2 {
  font-size: 16x;
  text-align: center;
  background: #333;
  color: #fff;
  margin: 0 auto 15px;
}

.nctn_rec h3 {
  border: none;
  padding: 0;
  margin: 0 0 5px;
  position: relative;
}

.nctn_rec h3 a {
  display: block;
  padding: 0.3em 0.5em;
  width: 100%;
  border: solid 1px #333;
}

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

.nctn_rec h3 a:hover {
  background: #eee;
}

.nctn_rec p {
  padding: 0;
}

.rec_in {
  margin: 0 0 20px;
}

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

/* サイドリンク */

aside {
  margin: 0;
}

aside li>p {
  margin: 0 0 20px;
  color: #f6f6f6;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 5px;
}

aside a {
  color: #f6f6f6;
  font-size: 13px;
  padding: 12px 0;
  line-height: 1.3;
  overflow: hidden;
}

.side-nctn>li ul li {
  border-bottom: 1px #999 solid;
}

.side-nctn>li {
  margin: 0 0 40px;
}

.side-nctn>li:last-child {
  margin: 0;
}

.nctn_sa a img {
  float: left;
  max-width: 40%;
  margin: 0 10px 0 0;
}

.nctn_sa li:last-child {
  border: none;
}

/* footer */

footer {
  position: relative;
  background: #333;
  padding: 50px 0 0;
  color: #333;
}

footer p {
  color: #f6f6f6;
  font-weight: bold;
  margin: 0 0 15px;
  border-bottom: solid 1px #f6f6f6;
}

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

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

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

.nctn_ftc {
  color: #f6f6f6;
  font-size: 70%;
  text-align: center;
  margin: 0;
  font-weight: normal;
  padding: 1em;
}

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

.nctn_ftm ul {
  margin: 0 0 0 1em;
}

/* under */

.nctn_nf {
  font-size: 200%;
  color: #333;
}

/* SNS */

.nctns_a {
  width: 100%;
  margin: 0 0 15px;
}

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

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

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

.nctns_c {
  text-align: center;
  display: none;
  background-color: #606060;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

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

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

.nctns_e {
  display: block;
  text-align: center;
  color: #333 !important;
  font-size: 13px !important;
  padding: 0.3em 0 !important;
  box-sizing: border-box;
  text-decoration: none;
  border: solid 2px #333;
}

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

/* pan nav */

.nctn_pan {
  margin-bottom: 10px;
}

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

.nctn_pan font {
  color: #ccc;
}

/*戻るボタン*/

p.nctn_bktop a {
  font-size: 30px;
  line-height: 56px;
  text-align: center;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.68);
  width: 56px;
  height: 56px;
  color: #fff;
}