@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
.clear:after {
  content: "";
  clear: both;
  display: block;
}
body {
  background: #295d72;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Meiryo", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 2px solid #000;
  border-radius: 7px;
}
article ul li {
  position: relative;
}
article ul li:before {
  content: "■";
  display: block;
  color: #710300;
  position: absolute;
  top: 0;
  left: -16px;
  width: 10px;
}
article ol {
  border-radius: 7px;
  counter-reset: counter-name;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  border: 2px solid #000;
}
article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 2em;
}
article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) "";
  position: absolute;
  left: 0;
  display: inline-block;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  background: #710300;
  color: #fff;
  border-radius: 50%;
}
blockquote {
  border-radius: 7px;
  background: #1b1e25;
  color: #fff;
  padding: 3em 1em;
  position: relative;
}
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 #999;
  background: #1b1e25;
  color: #fff;
}
table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #1b1e25;
}
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 #000;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  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: #493e31;
  display: block;
}
a:hover {
  opacity: 0.7;
  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: 25px;
}
h2, .under h1 {
  background: #710300;
  border-radius: 7px;
  padding: 8px 6px;
  color: #fff;
  font-size: 135%;
}
h3, .under h2 {
  background: #1b1e25;
  border-radius: 7px;
  padding: 8px 6px;
  color: #fff;
  font-size: 120%;
}
h4, .under h3 {
  border-bottom: 3px solid #476d78;
  padding: 0 0 8px;
  font-size: 120%;
}
.under h3 {margin-top: 40px;}

h5 {
  border: 1px solid #476d78;
  padding: 5px;
  font-size: 120%;
  border-radius: 7px;
}
h6 {
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size: 100%;
}
strong {
  background: linear-gradient(transparent 60%, #ea8096 60%);
}
.bct_r {
  /* min-width: 300px; */
  width: 300px;
  float: right;
  margin: 0 0 30px;
  position: sticky;
  top: 0;
  height: fit-content;
}
.bct_l {
  background: #fff;
  border: solid 1px #222;
  border-radius: 10px;
  max-width: 660px;
  padding: 20px;
  float: left;
}
.bct {
  max-width: 980px;
  margin: 0 auto;
}
.bct.bct_wrap {
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
.bct.bct_wrap > * {
  color: #493e31;
}

/* header */

.bct_h_a {
  margin: 0 0 30px;
  background: #fff;
  border: solid 1px #222;
  border-radius: 10px;
  padding: 20px;
}
.bct_s_ti {
  border-bottom: solid 3px #710300;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.bct_s_ti a {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}
.bct_h_a p.bct_cp {
  font-size: 80%;
}
.bct_ctit {
  margin: 0 0 0;
}

/* スライダー */

.bct_slide {
  overflow: hidden;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
}
.bx-wrapper {
  margin: 0 auto;
  border: none;
  box-shadow: none;
  float: right;
  background: none;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 10;
}
.bx-wrapper .bx-controls-direction a:hover {
  transition: 0s;
}

/* main */

main {
  margin: 0 0 30px;
}
article {
  margin: 0 0 50px;
  background: #fff;
  padding: 0;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}

/*ヘッダーナビ*/

.bct_gnv {
  display: none;
}
.bct_gnv .bct_gnv-menu {
  display: block;
}
.bct_gnv ul#bct_gnv-menu > li {
  display: block;
  font-size: 15px;
  border-bottom: 1px #000 solid;
  margin: 0 10px;
}
#bct_gnv-menu li a {
  padding: 0.3em;
  color: #8da9a0;
  display: block;
}
#bct_gnv-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}

/*2列リンク*/

.bct_lktop {
  overflow: hidden;
  margin: 0 auto 30px;
  overflow: hidden;
  padding: 20px 0 0;
}
.bct_lktop .bct_lc {
  width: 48%;
  margin: 0 4% 30px 0;
  background: #fff;
  float: left;
}
.bct_lktop .bct_lc:nth-child(even) {
  margin-right: 0;
}
.bct_lc img {
  float: none;
  max-width: 100%;
  margin: 10px 0 0;
}
.bct_lc h2 {
  font-size: 110%;
  margin: 0 0 10px;
}
.bct_mb {
  text-align: center;
  margin: 20px 0 0;
}
.bct_mb a {
  padding: 0.2em;
  border: solid 2px #000;
  display: block;
  background: #fff;
  font-size: 18px;
  border-radius: 5px;
}
.bct_mb a:hover {
  color: #fff;
  background: #710300;
}

/* おすすめリンク */

.bct_lb {
  padding: 3%;
  border: dotted 2px #000;
  border-radius: 7px;
}
.bct_lb a {
  border: dotted 2px #000;
}
.bct_lb h2 {
  font-size: 19px;
  text-align: center;
  margin: 0 0 5%;
}
.bct_lb h3 {
  border: none;
  padding: 0;
  background: #fff;
  margin: 0 0 3px;
  position: relative;
}
.bct_lb h3 a {
  display: block;
  border-radius: 7px;
  border: #1b1e25 solid 1px;
  color: #1b1e25;
  padding: 0.3em;
  margin: 0 auto;
}
.bct_lb h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}
.bct_lb h3 a:hover {
  background: #710300;
  color: #fff;
}
.bct_lb p {
  padding: 0;
}
.link-in {
  margin: 0 0 2.6%;
}

/* サイドリンク */

aside {
  margin: 0;
}
aside li > p {
  font-size: 100%;
  margin: 0 0 5%;
  line-height: 1.3;
  font-weight: bold;
  background: #295d72;
  color: #fff;
  padding: 5px;
  border-radius: 20px;
  text-align: center;
  line-height: 1.3;
}
aside a {
  font-size: 14px;
  padding: 10px 0;
  line-height: 1.3;
  border-bottom: dashed 1px #295d72;
  margin: 0 0 3%;
}
.side-bct > li {
  border: 1px #000 solid;
  background: #fff;
  border-radius: 10px;
  border: 1px #000 solid;
  padding: 20px;
  margin: 0 0 30px;
}
.side-bct > li:last-child {
  margin: 0;
}
.bct_si_l a img {
  float: none;
  width: 100%;
  border-radius: 10px;
  margin: 0 0 10px;
}
.bct_si_l li:last-child a {
  border: none;
}

/* footer */

footer {
  position: relative;
  padding: 50px 0 0;
}
footer .bct p {
  background: #fff;
  border-radius: 40px;
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 3%;
  padding: 6px 10px;
}
footer a {
  color: #fff;
  font-size: 90%;
}
footer a:hover {
  text-decoration: underline;
}
footer .bct {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.bct_ftc {
  color: #fff;
  background: #1b1e25;
  font-size: 70%;
  padding: 0.5em 1em;
  text-align: center;
}
.bct_ftm {
  width: 27%;
  margin-right: 3%;
}
.bct_ftm ul {
  margin: 0 0 0 1em;
}

/* under */

.bct_n_f {
  font-size: 190%;
  color: #710300;
}

/* SNS */

.bct_sa {
  background: rgba(113, 3, 0, 0.12) none repeat scroll 0 0 padding-box;
  box-shadow: 1px 1px 0 rgba(109, 109, 109, 0.5) inset;
  border-radius: 7px;
  color: #000;
  letter-spacing: 0.01em;
  line-height: 126%;
  margin: 0 0 15px;
  padding: 9px 9px 7px;
}
.bct_sa > div {
  text-align: center;
}
.bct_sa:after {
  content: "";
  clear: both;
  display: block;
}
.bct_sb {
  text-align: center;
  display: inline-block;
  float: right;
  font-size: 12px;
  padding: 8px 0;
  box-sizing: border-box;
}
.bct_sc {
  float: left;
  box-sizing: border-box;
  margin: 0 0.5%;
}
.bct_sc .fa {
  font-weight: bold;
}
.bct_sd {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 13px !important;
  padding: 6px 1.5em !important;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
}
.bct_sd:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* SNSごとの背景色 */

#twitter {
  background-color: #00acee;
}
#hatena {
  background-color: #2d4c86;
}
#facebook {
  background-color: #3b5998;
}
#ggl-plus {
  background-color: #dd4b39;
}

/* pan nav */

.bct_se {
  margin-bottom: 10px;
}
.bct_se a {
  display: inline;
  font-size: 85%;
}
.bct_se font {
  color: #ccc;
}

/*戻るボタン*/

p.bct_bktop a {
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 10px;
  bottom: 10px;
  right: 15px;
  z-index: 1;
  background: rgba(179, 0, 11, 0.7);
  width: 60px;
  height: 60px;
  color: #fff;
}
@media screen and (max-width: 660px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
  }
  .bct {
    padding: 0 3%;
  }
  h2 {
    font-size: 125%;
  }
  body {
    line-height: 2;
  }
  article ol li::before {
    line-height: 1.5;
  }
  .bct,
  main,
  .side-menu,
  .bct_si_l img,
  article img {
    width: 100%;
  }
  article img {
    max-width: 100%;
  }
  article img,
  main,
  .bct_si_l img {
    float: none;
  }
  .bct_s_ti {
    font-size: 100%;
  }
  .bct.bct_wrap {
    margin: 0 auto;
    flex-direction: column;
  }
  .bct_r {
    width: 100%;
    margin: 0;
    border: none;
    float: none;
    position: relative;
  }
  .bct_l {
    padding: 2.5%;
    width: 100%;
    float: none;
  }
  /* header */
  .bct_h_a {
    width: 100%;
    margin: 3% 0;
    padding: 0;
  }
  .bct_s_ti a {
    text-align: center;
    margin: 0 0 3%;
  }
  .bct_h_a p.bct_cp {
    font-size: 80%;
    position: static;
    background: none;
    text-align: center;
    width: 100%;
  }
  .bct_ctit {
    width: 100%;
    padding: 3%;
    float: none;
    margin: 0;
    height: auto;
  }
  .bct.hokano_p {
    padding: 0;
  }
  .bct.hokano_p .bct_ctit {
    float: none;
    width: 100%;
  }
  /* コンテナ*/
  .bct {
  }
  /* main */
  main {
    margin: 0 0 30px;
  }
  article {
    margin: 0 0 5%;
    padding: 0;
  }
  article img {
  }
  /* スライダー */
  .bct_slide {
    overflow: hidden;
    padding: 0;
    position: relative;
  }
  .bx-wrapper {
    margin: 0 auto;
    border: none;
    box-shadow: none;
    width: 100%;
    float: none;
  }
  .bx-wrapper img {
    max-width: 100%;
    display: block;
  }
  .bx-viewport {
    width: 100%;
  }
  /*サイド*/
  aside {
    float: none;
    display: none;
  }
  .side-bct ul {
    margin: 0;
  }
  .side-bct > li {
    margin: 0 0 5%;
  }
  .side-bct > li:last-child {
    margin: 0;
  }
  .bct_si_l img {
    float: right;
    max-width: 30%;
    margin: 0 0 0 10px;
  }
  .bct_si_l a {
    font-size: 100%;
    padding: 0 0;
    overflow: hidden;
    border-bottom: none;
    margin-bottom: 2%;
  }
  /*2列リンク*/
  .bct_lktop {
    margin: 5% 0 0;
    padding: 5% 0 0;
  }
  .bct_lc img {
    float: none;
    display: block;
    margin: 0 auto 3%;
  }
  .bct_lktop .bct_lc {
    width: 100%;
    margin: 0 auto 8%;
    padding: 0 0 8%;
    border-bottom: dashed 1px #295d72;
    float: none;
  }
  .bct_lktop .bct_lc:last-child {
    border-bottom: none;
  }
  .bct_lktop .bct_lc:nth-child(even) {
    margin-right: 0;
  }
  /*詳しくはこちら*/
  .bct_mb {
    text-align: center;
  }
  .bct_mb a {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  /* おすすめリンク */
  .bct_lb h3 a {
    padding: 0.4em 0.3em;
  }
  .sns-bct {
    display: block;
  }
  .bct_sa > div {
    text-align: center;
  }
  .bct_sa:after {
    content: "";
    clear: both;
    display: block;
  }
  .bct_sb {
    text-align: left;
    display: block;
    float: none;
    padding: 0 0 1%;
  }
  .bct_sc {
    float: left;
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .bct_sc:nth-of-type(2n) {
    margin: 0 0 2% 0;
  }
  .bct_sc: .bct_sd {
    font-size: 90% !important;
    padding: 8px 0 !important;
    box-sizing: border-box;
  }
  p.bct_bktop a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 5px;
  }
  /* footer */
  footer {
    padding: 0 0;
    margin: 8% 0 0;
  }
  footer .bct_ftm {
    width: 100%;
    margin-bottom: 2rem;
  }
  .footer .bct {
    margin: 0 auto 5%;
  }
  /*//////////////// bct_gnv */
  #bct_gnv-menu,
  .side-menu h2 {
    display: none;
  }
  .slicknav_menu {
    display: block;
    padding: 0;
    background: #1b1e25;
  }
  .slicknav_nav .slicknav_row {
    margin: 0;
  }
  .slicknav_menu > ul > li > a > p {
    display: inline-block;
  }
  .slicknav_nav a {
    color: #1b1e25;
  }
  .slicknav_nav ul {
    margin: 0;
  }
  .slicknav_nav li img {
    display: none;
  }
  .slicknav_menu a {
    padding: 0;
    overflow: hidden;
    margin: 0;
  }
  a.slicknav_btn.slicknav_collapsed {
    width: 100%;
    display: block;
  }
  .slicknav_menu .slicknav_icon {
    display: none;
  }
  .slicknav_menu img {
    display: block;
    margin: 20px auto 0;
    width: 100%;
    height: auto;
  }
  .slicknav_btn {
    float: none;
    background-color: #1b1e25;
  }
  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: #295d72;
    opacity: 1;
  }
  ul.slicknav_nav li:last-child {
    border-bottom: none;
  }
  .slicknav_menu .slicknav_no-text {
    float: right;
    margin: 15px;
  }
  .slicknav_nav a {
    padding: 5px 15px;
    background: #fff;
  }
  .slicknav_nav a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #295d72;
    color: #fff;
    opacity: 1;
  }
  .slicknav_menu .slicknav_menutxt {
    float: right;
    padding: 10px;
    color: #fff;
  }
  .sticky {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
  }
}
