@charset "utf-8";

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

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

body {
  border-top: 4px solid #4d4d4d;
  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";
}

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,
.under h1 {
  font-size: 140%;
  margin-bottom: 28px;
}

h2,
.under h1 {
  color: #fff;
  position: relative;
  padding: 0.7em 0.5em;
  background: #a6d3c8;
  border-radius: 4px;
}

h2:after,
.under h1::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #a6d3c8;
  width: 0;
  height: 0;
}

h3,
.under h2 {
  border-left: 8px solid #ffe23e;
  padding: 0.2em 0 0.2em 12px;
}

h4,
.under h3 {
  background: #4c4c4c;
  color: #fff;
  padding: 0.1em 0.2em;
}

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

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

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

strong {
  color: #b73c3c;
}

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  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: 2px;
  background: #999999;
}

article ol {
  counter-reset: counter-name;
  background: #4c4c4c;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  color: #fff;
}

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: #d2e3df;
  padding: 3em 1em;
  position: relative;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #4c4c4c;
  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: #f4f4f4;
}

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

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

em {
  background: rgb(255, 255, 224);
  font-style: normal;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* ///////////大コンテナ*/

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

/*文字色全変更*/

.box_ab>* {
  color: #696969;
}

/* ///////////左右コンテナ*/

.box_l {
  max-width: 72%;
  /*730px*/
  float: left;
  padding: 0;
}

@media (max-width: 764px) {
  .box_l {
    max-width: inherit;
  }
}

.box_r {
  /*min-*/
  width: 23%;
  /*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;
}

/*//////////////コンテンツ内容//////////*/

/* /////////ヘッダーエリア */

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

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

.box_aa .box_tit {
  margin: 30px 0;
}

.box_tit_h a {
  font-size: 19px;
  font-weight: bold;
  color: #4c4c4c;
  margin: 0 0 5px;
  line-height: 1.3;
}

.box_hed p.catch {
  font-size: 65%;
  color: #696969;
}

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

nav {
  background: #ffe23e;
  margin: 0 0 10px;
}

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

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

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

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

.slicknav_menu {
  display: none;
}

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

/*/////////スライダー*/

/* slider */

.box_vis {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

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

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

.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: 980px;
}

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

/*/////////下層リンク*/

.li_box {
  overflow: hidden;
}

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

.li_box_one .li_box {
  margin: 0 0 40px;
}

.li_box_one .li_box img {
  width: 35%;
  float: left;
}

.li_box_one .li_box img+div {
  float: right;
  width: 62%;
}

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

/*下層リンク・2連*/

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

.tl_box .li_box {
  max-width: 350px;
  float: left;
  margin: 0 30px 30px 0;
}

.tl_box .li_box:nth-of-type(2) {
  margin-right: 0;
}

.tl_box .li_box h2 {
  margin: 0 0 25px;
  padding: 8px;
}

/*/////////もっと読むボタン*/

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

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

.li_box_one .box_more a {
  width: 40%;
  float: right;
}

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

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

aside li>p {
  font-size: 15px;
  padding: 0.3em;
  background: #ffe23e;
  text-align: center;
  border-bottom: 1px solid #696969;
}

aside a {
  padding: 8px 0;
}

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

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

/*/////////コンテンツリンク*/

.s_a {
  padding: 15px;
}

/*/////////新しい投稿リンク*/

.s_l {
  padding: 15px;
}

.s_l a {
  overflow: hidden;
}

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

.s_b {
  width: 88%;
  margin: 0 auto 40px;
  padding: 20px;
  border: solid 1px #696969;
}

.s_b h2 {
  background: #ffe23e;
  display: inline-block;
  color: #4c4c4c;
  font-size: 16px;
  padding: 0.5em 2em;
}

.s_b h2:after {
  border-top: 15px solid #ffe23e;
}

.s_b_in {
  margin: 0 0 20px;
}

.s_b h3 {
  background: rgb(255, 255, 224);
  border: none;
  padding: 0.5em;
  margin: 0 0 8px;
}

.s_b h3 a {
  display: block;
}

.s_b_in h3 {
  position: relative;
}

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

.s_b a {
  text-align: left;
}

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

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

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

footer a {
  font-size: 85%;
}

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

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

.copy_f {
  font-size: 70%;
  text-align: center;
  color: #fff;
  background: #4d4d4d;
}

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

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

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

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

.box_pn {
  margin-bottom: 10px;
}

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

.box_pn font {
  color: #ccc;
}

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

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

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

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

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

.b_cc {
  text-align: center;
  display: block;
  background-color: #ffe23e;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.b_dd {
  width: 24%;
  border-radius: 5px;
  border: solid 1px #4c4c4c;
  box-sizing: border-box;
  margin: 0 0.1%;
}

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

.b_ee {
  display: block;
  text-align: center;
  font-size: 15px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}

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

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

p.back_icon a {
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  bottom: 25px;
  right: 30px;
  z-index: 1;
  background: #ffe23e;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #4c4c4c;
}

/*下層などflex内で要素が増える時*/
.box_aa.box_ab.cl_ff:has(.box_pn) {
  flex-wrap: wrap;
}

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

/*パンくず*/