@charset "utf-8";

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

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

body {
  background-color: #000;
  font-size: 15px;
  line-height: 2;
  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;
  border-radius: 5px;
  background: rgba(0, 149, 161, 0.26);
}

article ul li {
  position: relative;
}

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

article ol {
  counter-reset: counter-name;
  background: #eee;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  border-radius: 5px;
  background: rgba(0, 149, 161, 0.26);
}

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;
  font-weight: bold;
  color: #000;
}

blockquote {
  background: #333;
  border-radius: 5px;
  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: 2px solid #000;
  background: rgba(0, 149, 161, 0.26);
}

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

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 #000;
  margin: 1em 0;
  padding: 1em;
  border-radius: 5px;
}

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

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

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

a:hover {
  color: #000;
  transition: 0.2s;
}

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

h2,
h3,
h4,
h5,
h6,
.under h1 {
  font-size: 140%;
  margin-bottom: 20px;
}

h2,
.under h1 {
  background: #0095a1;
  padding: 10px 10px;
  color: #fff;
}

h3,
.under h2 {
  border-left: 4px solid #000;
  padding: 3px 10px;
  font-size: 130%;
}

h4,
.under h3 {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  color: #000;
  font-size: 130%;
}

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

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

h6 {
  font-size: 100%;
  color: #000;
}

/* 下層用 */
.under h1 {
  background: #0095a1;
  padding: 10px 10px;
  color: #fff;
  font-size: 140%;
  margin-bottom: 20px;
}

.under h2 {
  border-left: 4px solid #000;
  padding: 3px 10px;
  font-size: 130%;
}

.under h3 {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  color: #000;
  font-size: 130%;
}

strong {
  color: #ff6412;
  letter-spacing: 0.08em;
}

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

main {
  margin-bottom: 50px;
}

article {
  margin-bottom: 30px;
}

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

.tmsi-c {
  max-width: 1000px;
  /*960px*/
  margin: 15px auto 0;

}

.al_main {
  /* width: 65%; */
  margin: 0 auto 20px;
  display: block;
}

.tmsi-c.tmsi-c-w {
  background: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.tmsi-c-w>* {
  color: #333;
}

.tmsi-c-wl {
  max-width: 70%;
  /*620px*/
  float: left;
  padding: 0;
}

.tmsi-c-wr {
  /*min-*/
  width: 30%;
  float: right;
  margin: 0 auto 30px;
  position: sticky;
  top: 50px;
  height: fit-content;
}

.tmsi-c-ha {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000;
}

.tmsi-c .tmsi-c-ti {
  margin: 25px auto;
}

.tmsi-c-st a {
  color: #eee;
  font-size: 33px;
  text-align: center;
  line-height: 1.3;
}

.tmsi-c-ha p.tmsi-c-ccpy {
  color: #eee;
  font-size: 60%;
  text-align: center;
  margin: 0;
  color: #fff;
}

.tmsi-c-ha p.tmsi-c-ccpy span {
  width: 960px;
  margin: 0 auto;
  display: block;
}

nav {
  background: rgba(0, 149, 161, 0.9);
  margin: 0 0 30px;
  border-bottom: solid #000 1px;
  border-top: solid #000 1px;
}

.tmsi-c-nvg>ul {
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.tmsi-c-nvg ul#tmsi-c-nvg-menu>li {
  display: block;
  position: relative;
  float: left;
  width: 25%;
  font-size: 13px;
  text-align: center;
  border-left: solid #000 1px;
}

#tmsi-c-nvg-menu li:last-child {
  border-right: solid #000 1px;
}

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

.slicknav_menu {
  display: none;
}

#tmsi-c-nvg-menu li a {
  display: block;
  font-weight: bold;
  margin: 0;
  padding: 0.4em 0;
  color: #fff;
}

#tmsi-c-nvg-menu li a:hover {
  opacity: 1;
  color: #fff;
  background: #000;
}

.tmsi-c-mainv {
  background: #000;
  padding: 10px 0 30px;
  margin: 0 0;
}

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

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

.tmsi-c-linkc img {
  /* width: 22%; */
  max-width: 35%;
  float: right;
}

@media (max-width: 750px) {
  .tmsi-c-linkc img {
    max-width: initial;
  }
}

.tmsi-c-linkctop {
  width: 100%;
  margin: 0 auto 30px;
}

.tmsi-c-linkctop .tmsi-c-linkc {
  border-radius: 5px;
  margin: 0 0 30px;
  border: solid 2px #000;
}

.tmsi-c-linkctop .tmsi-c-linkc>div {
  overflow: hidden;
  padding: 3%;
}

.tmsi-c-linkctop .tmsi-c-linkc>div p {
  float: left;
  width: 64%;
}

.tmsi-c-linkctop .tmsi-c-linkc h2 {
  margin: 0 0 15px;
}

.tmsi-c-more {
  text-align: center;
  margin: 15px auto 0;
}

.tmsi-c-more a {
  padding: 0.5em;
  border: 2px solid #000;
  color: #000;
  background: #fff;
  display: block;
  margin: 0 auto;
}

.tmsi-c-more a:hover {
  background: #000;
  color: #fff;
}

aside li>p {
  font-size: 19px;
  margin: 0 0 10px;
  text-align: left;
  border-top: solid 3px #000;
  font-weight: bold;
}

aside a {
  padding: 10px 0;
}

aside img {
  float: left;
  max-width: 15%;
  border: solid 1px #000;
  margin-right: 5px;
}

.side-tmsi-c>li {
  margin: 0 0 4em;
}

.tmsi-c-sa a,
.tmsi-c-sb a {
  font-size: 13px;
}

.tmsi-c-sa li,
.tmsi-c-sb li {
  border-bottom: solid 1px #000;
}

.tmsi-c-sa li:last-child,
.tmsi-c-sb li:last-child {
  border: none;
}

.tmsi-c-sa li:last-child a,
.tmsi-c-sb li:last-child a {
  padding-bottom: 0;
}

.tmsi-c-sb a {
  overflow: hidden;
}

.tmsi-c-lkb {
  border: solid 2px #000;
  padding: 0;
  border-radius: 5px;
}

.tmsi-c-lkb h2 {
  border: none;
  color: #fff;
  text-align: center;
  background: #000;
}

.tmsi-c-lkb h3 {
  border-bottom: solid 1px #000;
  background: none;
  margin: 0 0 4px;
}

.tmsi-c-lkb h3 a {
  padding: 6px 0;
  display: block;
}

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

.tmsi-c-lkb a {
  text-align: left;
}

.tmsi-c-lkb-in {
  margin: 0 20px 15px;
}

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

footer .tmsi-c-ftm p {
  padding: 0 0;
  color: #fff;
  margin: 0 0 5px;
  font-weight: bold;
}

footer .tmsi-c-ftm a {
  color: #fff;
  font-size: 85%;
  padding: 0 0 3px;
  display: block;
}

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

footer .tmsi-c ul {
  margin: 0 auto 20px;
}

footer .tmsi-c-ftm ul li a {
  width: 100%;
}

.tmsi-c-ftc {
  font-size: 70%;
  background: #000;
  text-align: center;
  padding: 5px 1em;
  color: #fff;
}

.tmsi-c-ftm {
  width: 27%;
  float: left;
  margin-right: 3%;
}

.tmsi-c-ftm ul {
  padding: 0 0 0 1em;
}

.tmsi-c-bf {
  font-size: 200%;
  color: #ff9a23;
}

.tmsi-c-pn {
  margin-bottom: 10px;
}

.tmsi-c-pn a {
  display: inline;
  font-size: 85%;
}

.tmsi-c-pn font {
  color: #ccc;
}

.tmsi-cs-a {
  width: 100%;
  margin: 50px 0;
  padding: 20px;
  border: solid 2px #000;
}

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

.tmsi-cs-a>div {
  text-align: center;
}

.tmsi-cs-a:after {
  content: "";
  clear: both;
  display: block;
}

.tmsi-cs-b {
  text-align: center;
  display: block;
  color: #000;
  font-size: 14px;
  width: 100%;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.tmsi-cs-c {
  width: 24%;
  border-radius: 8px;
  margin: 0 0.1%;
}

.tmsi-cs-c .fa {
  font-weight: bold;
}

.tmsi-cs-d {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 6px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 8px;
}

.tmsi-cs-d:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#twitter {
  background-color: #12b1ee;
}

#hatena {
  background-color: #375386;
}

#facebook {
  background-color: #466198;
}

#ggl-plus {
  background-color: #dd5d4d;
}

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

p.tmsi-c-topbtn {
  text-align: right;
  width: 960px;
  margin: 20px auto 0;
}

p.tmsi-c-topbtn a {
  font-size: 19px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  display: inline;
  padding: 10px 1em;
  background: #333;
  color: #fff;
}

@media screen and (max-width: 750px) {

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

  .tmsi-c {
    padding: 2.8%;
  }

  .tmsi-c-wl {
    max-width: none;
  }

  .tmsi-c.tmsi-c-w {
    padding: 2.8%;
    flex-direction: column;
  }

  main h2 {
    padding: 8px 5px;
    font-weight: bold;
  }

  h2 {
    font-size: 135%;
    margin-bottom: 3%;
  }

  .tmsi-c-linkctop .tmsi-c-linkc h2 {
    margin-bottom: 0;
  }

  h3,
  h4,
  h5,
  h6 {
    font-size: 120%;
    margin-bottom: 3%;
  }

  .tmsi-c,
  main,
  .side-menu,
  .tmsi-c-sb img,
  article img {
    width: 100%;
  }

  article img {
    max-width: 100%;
  }

  article img,
  main {
    float: none;
  }

  .tmsi-c-st {
    font-size: 100%;
  }

  .al_main {
    width: 100%;
  }

  .tmsi-c-wl,
  .tmsi-c-wr {
    width: 100%;
    float: none;
  }

  .tmsi-c-ha {
    padding: 3%;
  }

  .tmsi-c .tmsi-c-ti {
    margin: 0;
  }

  .tmsi-c-ha .tmsi-c {
    padding: 0;
  }

  .tmsi-c-st a {
    text-align: center;
  }

  .tmsi-c-ha p.tmsi-c-ccpy {
    background: none;
    font-size: 65%;
    text-align: center;
    margin: 0 0 0.5em;
    color: #eee;
  }

  .tmsi-c-ha p.tmsi-c-ccpy span {
    width: 100%;
  }

  .tmsi-c-mainv {
    padding: 15px 0;
    margin: 0 0 10px;
  }

  .tmsi-c-lkb h2 {
    margin: 0 0 3%;
  }

  .tmsi-c-lkb h3 {
    margin: 0 0 1%;
  }

  .tmsi-c-lkb h3 a {
    padding: 6px 0;
  }

  .tmsi-c-lkb-in {
    margin: 0 3% 4%;
  }

  .tmsi-c-linkc img {
    float: none;
    display: block;
    width: 100%;
    float: none;
    margin: 0 0 3%;
    margin: 0 auto;
  }

  .tmsi-c-linkctop {
    margin: 0 auto 5%;
  }

  .tmsi-c-linkctop .tmsi-c-linkc {
    width: 100%;
    float: none;
    margin: 0 auto 5%;
  }

  .tmsi-c-linkctop .tmsi-c-linkc>div p {
    float: none;
    width: 100%;
    margin: 0 0 3%;
  }

  .tmsi-c-more {
    text-align: center;
    margin: 2% auto 0;
  }

  .tmsi-c-more a {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  aside li>p {
    font-size: 100%;
    margin: 0 0 2%;
  }

  aside a {
    padding: 2% 0;
  }

  aside img {
    max-width: 20%;
  }

  .side-tmsi-c>li {
    margin: 0 0 5%;
    padding: 3%;
  }

  .tmsi-c-sa a,
  .tmsi-c-sb a {
    font-size: 90%;
  }

  footer {
    padding: 0;
  }

  footer .tmsi-c {
    padding: 3% 3% 0 3%;
  }

  footer .tmsi-c ul {
    display: block;
    margin: 0 auto 3%;
  }

  footer .tmsi-c-ftm p {
    margin: 0 0 2%;
  }

  footer a {
    font-size: 90%;
    padding: 5px 0;
  }

  footer .tmsi-c-ftm {
    width: 100%;
    margin-bottom: 2rem;
  }

  /* /////////sns */
  .sns-tmsi-c {
    display: block;
  }

  .tmsi-cs-c {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
  }

  .tmsi-cs-a {
    padding: 3%;
  }

  /*/////////トップに戻るボタン*/
  p.tmsi-c-topbtn {
    text-align: right;
    width: 96%;
  }

  p.tmsi-c-topbtn a {
    margin: 0;
    font-size: 90%;
    padding: 0.9em 1.5em 2em;
  }

  /* /////////////////////slicknav /////////////////////*/
  .tmsi-c-nvg.sli {
    display: none;
  }

  .slicknav_nav .slicknav_arrow {
    font-size: 0.9em;
  }

  /*デフォルトナビアイコン*/
  .slicknav_menu .slicknav_icon {
    display: none;
  }

  /*ナビの下のボーダー*/
  .slicknav_nav {
    border: none;
  }

  .slicknav_menu .tmsi-c-sa li,
  .tmsi-c-sb li {
    border: none;
  }

  .slicknav_menu .tmsi-c-sa li:last-child a,
  .tmsi-c-sb li:last-child a {
    padding-bottom: 7px;
  }

  /*トップ背景色*/
  .slicknav_btn {
    float: none;
    background-color: #000;
    border-radius: 0;
  }

  /*コンテンツの背景色（hover時の色）*/
  .slicknav_menu {
    display: block;
    padding: 0;
    background: #0095a1;
    border-bottom: solid 1px #fff;
  }

  /*下層文字色*/
  .slicknav_menu a {
    margin: 0;
    color: #333;
    overflow: hidden;
    padding: 0;
  }

  /*下層コンテンツ内容部分背景色*/
  .slicknav_nav a {
    padding: 7px 15px;
    background: #fff;
  }

  /*下層コンテンツ内容部分hove文字色r*/
  .slicknav_nav a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    opacity: 1;
    color: #fff;
  }

  /*ナビ内コンテンツタイトルのli・pddingで高さ*/
  .slicknav_nav .slicknav_row {
    margin: 0;
    padding: 8px;
  }

  /*ナビ内コンテンツタイトルのli:hover時*/
  .slicknav_nav .slicknav_row:hover {
    color: #fff;
    border-radius: 0;
    background: none;
  }

  /*ナビタイトルテキスト（マーク）*/
  .slicknav_menu .slicknav_menutxt {
    float: right;
    text-shadow: none;
    line-height: 1.5em;
    /*高さ調節*/
    padding: 10px;
    /*高さ調節ここでも*/
    color: #fff;
    font-size: 120%;
  }

  .slicknav_menu img {
    display: none;
  }

  /*ナビ内矢印*/
  .slicknav_menu>ul>li>a>p {
    display: inline-block;
  }

  .slicknav_nav ul {
    margin: 0;
  }

  a.slicknav_btn.slicknav_collapsed {
    width: 100%;
    display: block;
  }

  ul.slicknav_nav li:last-child {
    border-bottom: none;
  }

  .slicknav_menu .slicknav_no-text {
    float: right;
    margin: 15px;
  }

  /* /////////////↑slicknav設定ここまで↑ //////////////*/
}

/*下層などflex内で要素が増える時*/
.tmsi-c.tmsi-c-w.clfx:has(.tmsi-c-pn) {
  flex-wrap: wrap;
}

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

/*パンくず*/