@charset "utf-8";

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

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

body {
  background-color: #eef7f5;
  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 0 0.5em 2.5em;
  margin: 1.5em 0;
  background: #fff;
  border: 1px dashed #999999;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 10px;
  background: #70a195;
}

article ol {
  counter-reset: counter-name;
  background: #d2e3df;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
}

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;
  left: 0;
}

blockquote {
  background: #4c4c4c;
  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;
  border: 1px solid #696969;
  background: rgba(166, 211, 200, 0.4);
}

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

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

em {
  background: #fff7ec;
  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 {
  text-decoration: underline;
  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,
.under h1 {
  color: #fff;
  position: relative;
  padding: 0.5em 0.5em;
  background: #70a195;
}

.under h1 {
  font-size: 140%;
  margin-bottom: 28px;
}

h2:after,
.under h1:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50px;
  border: 10px solid transparent;
  border-top: 10px solid #70a195;
  width: 0;
  height: 0;
}

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

h4,
.under h3 {
  background: rgba(166, 211, 200, 0.4);
  font-size: 125%;
  padding: 0.1em 0.2em;
}

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

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

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

strong {
  color: #b32b2b;
  letter-spacing: 0.06em;
  font-size: 110%;
}

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

.cbx_w>* {
  color: #696969;
}

.cbx_l {
  max-width: 720px;
  float: left;
  padding: 0;
}

.cbx_r {
  /*min-*/
  width: 220px;
  float: right;
  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;
}

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

/*/////////ページタイトルのコンテナ*/

.cbx .cbx_ctit {
  margin: 20px 0;
}

.cbx_stit a {
  font-size: 22px;
  font-weight: bold;
  color: #4c4c4c;
  margin: 0 0 5px;
  text-align: center;
  line-height: 1.3;
}

.cbx_ha p.cbx_cp {
  font-size: 65%;
  color: #696969;
  text-align: center;
}

/*/////////ヘッダーナビ*/

nav {
  background: rgba(166, 211, 200, 0.4);
  margin: 0 0 20px;
}

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

.cbx_nv ul#cbx_nv-menu>li {
  display: block;
  position: relative;
  float: left;
  border-left: solid 1px #4c4c4c;
  width: 25%;
  font-size: 14px;
  text-align: center;
}

.cbx_nv ul#cbx_nv-menu>li:last-child {
  border-right: solid 1px #4c4c4c;
}

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

.slicknav_menu {
  display: none;
}

#cbx_nv-menu li a {
  display: block;
}

.cbx_vis {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0;
}

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

.bx-wrapper {
  background: #eef7f5;
  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;
}

.cbx_lc {
  overflow: hidden;
}

.cbx_lcone {
  margin: 0 0 40px;
  border-bottom: dashed 1px #696969;
  overflow: hidden;
}

.cbx_lcone .cbx_lc {
  margin: 0 0 40px;
}

.cbx_lcone .cbx_lc img {
  width: 35%;
  float: left;
}

.cbx_lcone .cbx_lc img+div {
  float: right;
  width: 62%;
}

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

.cbx_toplc {
  overflow: hidden;
  width: 100%;
  display: flex;
  border-bottom: dashed 1px #696969;
  margin: 0 0 40px;
}

.cbx_toplc .cbx_lc {
  /* width: 350px; */
  float: left;
  padding: 10px 10px 15px;
  background: #fff;
  border: solid 1px #696969;
  margin: 0 30px 30px 0;
}

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

.cbx_toplc .cbx_lc h2 {
  margin: 0 0 25px;
  padding: 8px;
}

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

.cbx_more a {
  padding: 0.6em;
  border: 1px solid #4c4c4c;
  color: #4c4c4c;
  width: 75%;
  font-size: 14px;
  margin: 0 auto;
  display: block;
  background: #fff;
}

.cbx_lcone .cbx_more a {
  width: 40%;
  float: right;
}

.cbx_more a:hover {
  background: #4c4c4c;
  color: #fff;
}

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

aside li>p {
  font-size: 15px;
  padding: 0.3em;
  background: rgba(166, 211, 200, 0.4);
  text-align: center;
  border-bottom: 1px solid #696969;
}

aside a {
  padding: 8px 0;
}

aside img {
  float: none;
  max-width: 100%;
  margin-bottom: 5px;
}

.side-cbx>li {
  margin: 0 0 30px;
  background: #fff;
  border: 1px solid #696969;
}

/*/////////メインメニューリンク*/

.side-ab {
  padding: 15px;
}

/*/////////投稿された記事リンク*/

.side-cd {
  padding: 15px;
}

.side-cd a {
  overflow: hidden;
}

/*/////////おすすめリンク */

.cbx_lbx {
  width: 100%;
  margin: 0 auto 40px;
  padding: 15px;
  border: solid 1px #696969;
  background: #fff;
}

.cbx_lbx h2 {
  background: #a6d3c8;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 0.5em 2em;
}

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

.cbx_lbx h3 {
  background: rgba(236, 204, 204, 0.3);
  border: none;
  font-size: 110%;
  padding: 0.4em;
  margin: 0 0 4px;
}

.cbx_lbx h3 a {
  display: block;
}

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

.cbx_lbx a {
  text-align: left;
}

.cbx_lbxin {
  margin: 0 0 3%;
}

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

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

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

footer a {
  font-size: 85%;
}

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

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

.cbx_ftc {
  font-size: 70%;
  text-align: center;
  color: #fff;
  background: #70a195;
}

.cbx_ftm {
  width: 27%;
  margin-right: 3%;
  padding: 0 0 0 20px;
  border-left: solid 1px #4c4c4c;
}

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

.cbx_nfd {
  font-size: 180%;
  color: #b73c3c;
}

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

.cbx_pann {
  margin-bottom: 10px;
}

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

.cbx_pann font {
  color: #ccc;
}

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

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

.sns-cbx {
  overflow: hidden;
}

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

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

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

.cbx_bwh {
  float: right;
  border: solid 1px #4c4c4c;
  box-sizing: bordecbx_r;
  margin: 0 0 0 10px;
}

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

.cbx_bl {
  display: block;
  background: rgba(166, 211, 200, 0.4);
  text-align: center;
  font-size: 15px !important;
  padding: 8px 2em !important;
  box-sizing: bordecbx_r;
  text-decoration: none;
}

.cbx_bl:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  background: #4c4c4c;
  color: #fff;
}

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

/*下層などflex内で要素が増える時*/
.cbx.cbx_w.cf_b:has(.cbx_pann) {
  flex-wrap: wrap;
}

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

/*パンくず*/