@charset "utf-8";

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

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

body {
  font-size: 15px;
  line-height: 1.8;
  font-family: "Meiryo", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "ＭＳ\ Ｐゴシック", "sans-serif";
  background: url(../images/bg01.png) repeat;
}

article ul {
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  background: #efeae4;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "◆";
  color: #6582af;
}

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

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

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

table th {
  width: 150px;
  padding: 10px;
  font-weight: normal;
  vertical-align: top;
  border: 1px solid #888;
  background: rgba(145, 171, 211, 0.49);
}

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

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

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

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

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

a {
  color: #888;
  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 {
  font-size: 140%;
  margin-bottom: 25px;
}

h2 {
  background: #efeae4;
  padding: 6px 6px;
  font-size: 135%;
}

h3 {
  border-left: 3px solid #efeae4;
  padding: 6px 6px;
  font-size: 120%;
}

h4 {
  border-bottom: 1px solid #efeae4;
  padding: 6px 0;
  font-size: 120%;
}

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

h6 {
  border-bottom: 1px solid #efeae4;
  font-weight: bold;
  font-size: 100%;
}

/* 下層用 */
.under h1 {
  background: #efeae4;
  padding: 6px 6px;
  font-size: 135%;
  margin-bottom: 25px;
}

.under h2 {
  border-left: 3px solid #efeae4;
  padding: 6px 6px;
  font-size: 120%;
}

.under h3 {
  border-bottom: 1px solid #efeae4;
  padding: 6px 0;
  font-size: 120%;
  margin-top: 40px;
}



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

.tm-fb-c_r {
  /* min-width: 300px; */
  width: 340px;

  margin: 0 0 30px;
  padding: 25px;
  padding-right: 0;
  position: sticky;
  top: 0;
  height: fit-content;
}

.tm-fb-c_l {
  max-width: 720px;
  /* float: right; */
  padding: 0 35px 35px;
}

.tm-fb-c {
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.tm-fb-c_main>* {
  color: #444;
}

.tm-fb-c.tm-fb-c_main {
  background: #fff;
}

/* header */

.tm-fb-c_ha {
  margin: 0 auto 50px;
  background: #91abd3;
  padding: 10px;
}

.tm-fb-c_ha a {
  color: #fff;
}

.tm-fb-c_st a {
  font-size: 24px;
  margin: 0 0 15px;
  line-height: 1.3;
}

.tm-fb-c_ha p.tm-fb-c_scp {
  font-size: 70%;
  color: #fff;
}

.tm-fb-c_ctit {
  margin: 0;
}

/* サイドリンク */

aside {
  margin: 0;
}

aside li>p {
  font-size: 17px;
  margin: 0 0 10px;
  color: #91abd3;
  font-weight: bold;
  line-height: 1.3;
  padding: 0;
}

aside a {
  border-left: solid 5px #91abd3;
  font-size: 14px;
  padding: 5px;
  margin: 0 0 3%;
  line-height: 1.3;
}

.side-tm-fb-c>li {
  margin: 0 0 40px;
}

.side-tm-fb-c>li:last-child {
  margin: 0;
}

.tm-fb-c_slk a {
  overflow: hidden;
}

.tm-fb-c_slk a img {
  float: left;
  width: 27%;
  margin: 0;
}

.tm-fb-c_mvis {
  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 {
  display: none;
}

/* main */

main {
  margin: 0 0 30px;
}

article {
  margin: 0 0 50px;
  padding: 0;
}

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

/*ヘッダーナビ*/

.tm-fb-c_gn {
  display: none;
}

.tm-fb-c_gn .tm-fb-c_gn-menu {
  display: block;
}

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

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

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

.tm-fb-c.hokano_p .tm-fb-c_gn {
  float: right;
  width: 40%;
}

.slicknav_menu {
  display: none;
}

.tm-fb-c_lkt {
  background: #fff;
}

.tm-fb-c_lkt.tm-fb-c_lone {
  margin: 0 0 5%;
}

.tm-fb-c_ctop {
  overflow: hidden;
  margin: 0 auto 30px;
  padding: 0;
}

.tm-fb-c_ctop .tm-fb-c_lkt {
  width: 48%;
  margin: 0 4% 30px 0;
  float: left;
}

.tm-fb-c_ctop .tm-fb-c_lkt:nth-child(even) {
  margin-right: 0;
}

.tm-fb-c_lkt.tm-fb-c_lone img {
  margin: 0 0 10px;
}

.tm-fb-c_lkt img {
  float: none;
  width: 100%;
  margin: 10px 0 0;
}

.tm-fb-c_ctop .tm-fb-c_lkt h2 {
  margin: 0 0 10px;
}

.tm-fb-c_m-b {
  text-align: center;
  margin: 20px 0 0;
}

.tm-fb-c_m-b a {
  padding: 0.5em;
  display: block;
  font-size: 18px;
  border: solid 2px #91abd3;
  background: #91abd3;
  color: #fff;
}

.tm-fb-c_m-b a:hover {
  background: #fff;
  color: #91abd3;
}

.tm-fb-c_o-s {
  padding: 3%;
  background: #fff;
  border: solid 2px #efeae4;
}

.tm-fb-c_o-s h2 {
  font-size: 100%;
  margin: 0 0 3%;
}

.tm-fb-c_o-s h3 {
  border: none;
  padding: 0;
  margin: 0 0 3px;
}

.tm-fb-c_o-s h3 a {
  background: #91abd3;
  display: block;
  padding: 0.3em;
  margin: 0 auto;
  color: #fff;
}

.tm-fb-c_o-s h3 a::after {
  content: ">";
  margin-left: 10px;
}

.tm-fb-c_o-s h3 a:hover {
  background: #efeae4;
  color: #444;
}

.tm-fb-c_o-s p {
  padding: 0;
}

.tm-fb-c_o-sin {
  margin: 0 0 3%;
}

.tm-fb-c_o-sin:last-child {
  margin: 0;
}

/* footer */

footer {
  position: relative;
  background: none;
  padding: 30px 0 0;
  background: #efeae4;
}

footer .tm-fb-c p {
  font-size: 100%;
  line-height: 1.3;
  margin: 0 0 2%;
  font-weight: bold;
}

footer a {
  border-left: solid 3px #fff;
  padding: 0 7px;
  margin: 0 0 7px;
}

footer .tm-fb-c {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
  padding: 0 35px;
}

.tm-fb-c_ftcp {
  border-top: solid #d0d9e8 1px;
  font-size: 70%;
  padding: 2em 1em 2em;
  text-align: center;
  background: #c9d5e9;
  color: #666;
}

.tm-fb-c_ftmn {
  width: 27%;
  margin-right: 3%;
}

/* under */

.tm-fb-c_nf {
  font-size: 180%;
  color: #d87b7b;
}

/* SNS */

.tm-fb-c_s_ba {
  letter-spacing: 0.01em;
  line-height: 126%;
  margin: 0 0 15px;
}

.tm-fb-c_s_ba>div {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.tm-fb-c_s_ba:after {
  content: "";
  clear: both;
  display: block;
}

.tm-fb-c_s_bb {
  text-align: center;
  display: none;
  float: left;
  font-size: 12px;
  padding: 8px 0;
  box-sizing: border-box;
}

.tm-fb-c_s_bc {
  float: right;
  box-sizing: border-box;
  margin: 0 0.5%;
  width: 24%;
}

.tm-fb-c_s_bc .fa {
  font-weight: bold;
}

.tm-fb-c_s_bd {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 13px !important;
  padding: 6px 1em !important;
  box-sizing: border-box;
  text-decoration: none;
}

.tm-fb-c_s_bd: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 */

.tm-fb-c_s_be {
  margin-bottom: 10px;
}

.tm-fb-c_s_be a {
  display: inline;
  font-size: 85%;
}

.tm-fb-c_s_be font {
  color: #ccc;
}

/*戻るボタン*/

p.tm-fb-c_s_bbktop a {
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 1;
  background: #91abd3;
  width: 50px;
  height: 50px;
  color: #fff;
}

@media screen and (max-width: 649px) {
  .tm-fb-c {
    flex-direction: column;
  }

  .tm-fb-c_r {
    position: static;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
  }

  footer .tm-fb-c {
    padding: 3%;
  }

  body {
    line-height: 2;
  }

  .tm-fb-c,
  main,
  .side-menu,
  .tm-fb-c_slk img,
  article img {
    width: 100%;
  }

  .tm-fb-c.tm-fb-c_main {
    width: 97%;
    padding-top: 60px;
  }

  article img {
    max-width: 100%;
  }

  article img,
  main,
  .tm-fb-c_slk img {
    float: none;
  }

  .tm-fb-c_st {
    font-size: 100%;
  }

  .tm-fb-c_r {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    float: none;
  }

  .tm-fb-c_l {
    padding: 0;
    width: 100%;
    float: none;
  }

  /* header */
  .tm-fb-c_ha {
    width: 100%;
    margin: 0 0 3%;
    padding: 0;
  }

  h1.tm-fb-c_st a {
    text-align: center;
    margin: 0 0 3%;
  }

  .tm-fb-c_ha p.tm-fb-c_scp {
    font-size: 80%;
    position: static;
    background: none;
    text-align: center;
    width: 100%;
  }

  .tm-fb-c_ctit {
    width: 100%;
    padding: 3%;
    float: none;
    margin: 0;
    height: auto;
  }

  .tm-fb-c.hokano_p {
    padding: 0;
  }

  .tm-fb-c.hokano_p .tm-fb-c_ctit {
    float: none;
    width: 100%;
  }

  .tm-fb-c_o-s {}

  /* コンテナ*/
  /* main */
  main {
    margin: 0 0 30px;
  }

  article {
    margin: 0 0 5%;
    padding: 0;
  }

  /* スライダー */
  .tm-fb-c_mvis {
    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-tm-fb-c ul {
    margin: 0;
  }

  .side-tm-fb-c>li {
    margin: 0 0 5%;
  }

  .side-tm-fb-c>li:last-child {
    margin: 0;
  }

  .tm-fb-c_slk img {
    float: right;
    max-width: 30%;
    margin: 0 0 0 10px;
  }

  .tm-fb-c_slk a {
    font-size: 100%;
    padding: 0 0;
    overflow: hidden;
    border-bottom: none;
    margin-bottom: 2%;
  }

  /*2列リンク*/
  .tm-fb-c_lkt.tm-fb-c_lone {
    margin: 0 0 6%;
    padding: 0 0 6%;
    border-bottom: dotted 1px #888;
  }

  .tm-fb-c_lkt img {
    float: none;
    display: block;
    margin: 0 auto 3%;
  }

  .tm-fb-c_ctop .tm-fb-c_lkt {
    width: 100%;
    margin: 0 0 6%;
    padding: 0 0 6%;
    border-bottom: dotted 1px #888;
    float: none;
  }

  .tm-fb-c_ctop .tm-fb-c_lkt:nth-child(even) {
    margin-right: auto;
  }

  /*詳しくはこちら*/
  .tm-fb-c_m-b {
    text-align: center;
  }

  .tm-fb-c_m-b a {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  /* おすすめリンク */
  .tm-fb-c_o-s h2 {
    font-size: 120%;
  }

  .tm-fb-c_o-s h3 a {}

  /*//////////////// tm-fb-c_gn */
  #tm-fb-c_gn-menu,
  .side-menu h2 {
    display: none;
  }

  .slicknav_menu {
    display: block;
    padding: 0;
    background: #888;
    width: 100%;
    position: fixed;
    z-index: 999;
  }

  .slicknav_nav .slicknav_row {
    margin: 0;
  }

  .slicknav_menu>ul>li>a>p {
    display: inline-block;
  }

  .slicknav_nav a {
    color: #888;
  }

  .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: #efeae4;
    border-radius: 0;
  }

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: #efeae4;
    opacity: 1;
    color: #888;
  }

  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: #efeae4;
    opacity: 1;
    color: #888;
  }

  .slicknav_menu .slicknav_menutxt {
    float: right;
    padding: 15px 10px;
    color: #607faf;
    text-shadow: none;
  }

  .sticky {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
  }

  .sns-tm-fb-c {
    display: block;
  }

  .tm-fb-c_s_ba>div {
    text-align: center;
  }

  .tm-fb-c_s_ba:after {
    content: "";
    clear: both;
    display: block;
  }

  .tm-fb-c_s_bb {
    text-align: center;
    float: none;
    padding: 0 0 1%;
  }

  /*.tm-fb-c_s_bc:nth-of-type(2n) {
    margin: 0 0 2% 0;
  }*/
  .tm-fb-c_s_bc .tm-fb-c_s_bd {
    font-size: 90% !important;
    padding: 15px 0 !important;
    box-sizing: border-box;
  }

  p.tm-fb-c_s_bbktop a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    right: 0;
    bottom: 0;
  }

  /* footer */
  footer {
    padding: 3% 0 0;
    margin: 3% 0 0;
  }

  footer .tm-fb-c_ftmn {
    width: 100%;
    margin-bottom: 2rem;
  }

  .footer .tm-fb-c {
    margin: 0 auto 5%;
  }
}