@charset "UTF-8"; /*----setting----*/ h1, h2, h3, h4, h5, h6, p, address, ul, dl, dt, dd, table, caption, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}
.pane-main {
  padding: 0 20px;
}
.white-space-pre-wrap {
  white-space: normal;
}
h1, .h1 {
  line-height: 1.5;
}
.pane-main {
  margin-top: 30px;
}
/*----共通----*/ /* ヘッダー */
.optimaized-h1 {
  text-align: center;
  display:none;
}
.pane-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 0;
}
.block-header-logo {
  display: flex;
  align-items: center;
  width: auto;
}
.block-header-logo--img {
  width: 45px;
  height: 24px;
  margin-right: 9px;
}
.block-header-logo--img-plus {
  width: 100px;
  height: 21px;
} /* ナビ */ .pane-globalnav {
  background-color: #fff;
  color: #000;
}
.block-globalnav--item-list {
  border-bottom: 1px solid #ddd;
}
.block-globalnav--item-list > li > a {
  color: #000;
}
.block-globalnav--item-list > li {
  border-left: 1px solid #ddd;
  font-size: 0.625rem;
  padding: 7px 0;
}
.block-globalnav--item-list > li:first-child {
  border-left: none;
}
.block-globalnav--item-list li i.fa {
  font-size: 16px;
  margin-bottom: 7px;
} /* フッター */ .block-footernav {
  padding: 0;
  background: #fff;
}
.block-footernav li {
  border-left: none;
  padding: 0;
}
.block-switcher {
  display: none;
}
.block-footernav--item-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
}
.block-footernav--item-list li {
  width: 50%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 0.625rem;
}
.block-footernav--item-list li a {
  position: relative;
  display: block;
  padding: 10px;
}
.block-footernav--item-list li a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 9px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034.31%2061.16%22%20width%3D%2234.31%22%20height%3D%2261.16%22%3E%3Cpath%20fill%3D%22%23aaa%22%20fill-rule%3D%22evenodd%22%20class%3D%22cls-1%22%20d%3D%22M5%2C61.16a4.94%2C4.94%2C0%2C0%2C1-3.4-1.4%2C5%2C5%2C0%2C0%2C1-.2-7.1l21-22.1-21-22.1a5%2C5%2C0%2C0%2C1%2C7.3-6.9L33%2C27.06A5.08%2C5.08%2C0%2C0%2C1%2C33%2C34L8.56%2C59.56A5.19%2C5.19%2C0%2C0%2C1%2C5%2C61.16Z%22%2F%3E%3C%2Fsvg%3E");
}
.block-footer-info {
  margin: 10px;
  font-size: 10px;
  font-size: 0.625rem;
}
.block-footer-info > div {
  display: flex;
  justify-content: space-between;
}
.block-footer-corporate-link {
  border-right: 1px solid #ddd;
}
.block-footernav--item-list li:nth-child(2n) {
  border-right: none;
}
.block-footer-corporate-link a {
  position: relative;
  display: block;
  padding: 5px 35px 5px 0;
}
.block-footer-corporate-link a span {
  display: block;
  color: #808080;
}
.block-footer-corporate-link a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cg%20data-name%3D%22l2%22%3E%3Cg%20data-name%3D%22l1%22%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23eee%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222px%22%20class%3D%22cls-1%22%20points%3D%2219%2015%2019%2023%201%2023%201%205%209%205%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23eee%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222px%22%20class%3D%22cls-1%22%20d%3D%22M14%2C1h9v9M11%2C13%2C22%2C2%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.block-footernav-sns {
  display: flex;
  justify-content: flex-end;
  margin-right: 5px;
}
.block-footernav-sns li {
  margin-left: 15px;
}
.block-footernav-sns li a {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.block-footernav-sns--twitter a {
  background-image: url(../../img/share/icon_twitter.svg);
}
.block-footernav-sns--instagram a {
  background-image: url(../../img/share/icon_instagram.svg);
}
.block-footernav-sns--tiktok a {
  background-image: url(../../img/share/icon_tiktok.svg);
}

.block-footer-modechange {
  padding: 15px 15px 5px;
  background: #000;
}
.block-footer-modechange a {
  position: relative;
  display: block;
  padding: 20px 15px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.block-footer-modechange a:before {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%20width%3D%2248%22%20height%3D%2248%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%2035V5H0v30h17.9l-1.8%205H12v3h24v-3h-4.1l-1.8-5H48zM3%208h42v24H3V8zm25.6%2032h-9.1l1.5-5h6l1.6%205z%22%20%2F%3E%3C%2Fsvg%3E");
}
.block-copyright {
  padding: 20px 0;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
} /* メインエリア */ .pane-main {
  padding: 0 10px;
  margin-top: 0px;
}
.pane-main .pane-main {
  padding: 0;
}
.block-simpleblog-list--title {
  margin: 0 -10px;
  padding: 20px 15px;
  padding-top: calc(20px - (((16px * 1.5) - 16px) / 2));
  padding-bottom: calc(20px - (((16px * 1.5) - 16px) / 2));
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
} /*----トップページ----*/ /* ----トップページレイアウト---- */ /*----記事詳細----*/ .column_cotents a {
  color: #f8b600;
}
.block-simpleblog-detail--article-body1 {
  margin: 0 0 20px;
}
.block-simpleblog-detail--article-title {
  margin: 0 0 20px;
  border-bottom: solid 3px #ffb527;
  padding-bottom: 0.5em;
  width: 100%;
}
.block-simpleblog-left-menu h2 {
  border-bottom: dotted 1px #888;
}
h2 {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
}
.block-simpleblog-detail--article {
  margin-bottom: 60px
} /*----スタッフ一覧----*/ .block-staff-list--title {
  margin: 0 -10px;
  padding: 20px 15px;
  padding-top: calc(20px - (((16px * 1.5) - 16px) / 2));
  padding-bottom: calc(20px - (((16px * 1.5) - 16px) / 2));
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}
.block-staff-list--staff li {
  width: 100% !important;
  padding: 20px 0 !important;
  border-bottom: dotted 1px #888;
}
.block-staff-list--staff-image {
  vertical-align: top !important;
  width: 30% !important;
}
.block-staff-list--staff-description {
  vertical-align: top !important;
  width: 70% !important;
} /*----スタッフ紹介----*/ .block-simpleblog-staffinfo--title {
  margin: 0 -10px;
  padding: 20px 15px;
  padding-top: calc(20px - (((16px * 1.5) - 16px) / 2));
  padding-bottom: calc(20px - (((16px * 1.5) - 16px) / 2));
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.block-simpleblog-staffinfo {}
/*----ブログ本文----*/
.column_title {
  font-size: 1.17em;
  position: relative;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  border-left: 4px solid #feb42c;
  color: #3d4449;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 3em;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 1em;
}
.column_title4 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 3em;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 1em;
  border-bottom: dashed 2px #feb42c;
  font-size: 1.05rem;
}
.black_b {
  font-weight: bold;
  color: #000;
  font-size: medium;
}
.yellow_b {
  font-weight: bold;
  color: #feb42c;
  font-size: medium;
}
.yellow_mark {
  background: linear-gradient(transparent 40%, #ffd544 40%);
}
.red_b {
  font-weight: bold;
  color: #cc0001;
  font-size: medium;
}
.txt_b {
  font-weight: bold;
  color: #3d4449;
  font-size: medium;
} /*----ブログSNSエリア----*/ .block-simpleblog-detail--article-sns ul li {
  display: inline-block;
}
.fb_iframe_widget iframe {
  margin-top: 2px !important;
}
/*
  cookie
*/
.block-cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  box-sizing: border-box;
  visibility: visible;
  z-index: 9999;
}
.block-cookie-consent--btn {
  display: inline-block;
  min-width: 100px;
  color: #fff;
  background: dodgerblue;
  padding: 0.5em 1.5em;
  cursor: pointer;
}
.modal-cookiepolicy .block-cookie-consent {
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  display: block;
  max-width: 640px;
  width: 88%;
  padding: 20px;
  font-size: 14px;
  color: #000;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.329);
  text-align: center;
}
.modal-cookiepolicy .block-cookie-consent a {
  color: #0065B3;
  text-decoration: underline;
}
.modal-cookiepolicy .block-cookie-consent a b {
  font-weight: normal;
}
.modal-cookiepolicy .block-cookie-consent a:hover {
  text-decoration: none;
}
.modal-cookiepolicy .block-cookie-consent--text {
  line-height: 1.7;
}
.modal-cookiepolicy .block-cookie-consent--btn {
  flex-shrink: 0;
  display: block;
  width: 100%;
  margin-top: 20px;
  color: #fff;
  background: #000;
  padding: 13px;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
}
/*visumoビデオレイアウト*/
.movie-box {
  width: 50%;
  margin: 0 auto;
}

/* 新着一覧削除 */
.block-simpleblog-left-menu--newarticle {
  display:none;
}
