@charset "UTF-8";
/*ヘッダー*/
.l-header-menu-fixed-logo__inner {
  height: 86px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4); }
  .l-header-menu-fixed-logo__inner > .l-content,
  .l-header-menu-fixed-logo__inner .u-row,
  .l-header-menu-fixed-logo__inner nav,
  .l-header-menu-fixed-logo__inner .header-menu > .menu-item {
    height: 100%; }
  .l-header-menu-fixed-logo__inner a span::after {
    background-color: #ed7700 !important; }
  .l-header-menu-fixed-logo__inner a:hover span::after {
    background-color: #edb282 !important;
    height: 1px !important; }
.l-header-menu-fixed-logo .header-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700; }

.header-menu .sub-menu .menu-item a {
  height: auto !important; }

/*追従CTA*/
.cta-floating__inner {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4); }

/*フッター*/
#menu-footer-nav div li {
  border-right: 1px solid #fff;
  margin: 0;
  padding: 0 1em; }

/*ページタイトル（H1）*/
.article-header {
  margin-bottom: 2em;
  padding: 2em;
  border: solid 3px #ed7700;
  text-align: center; }
  .article-header__inner {
    padding: 0; }
  .article-header .article-title {
    color: #ed7700; }
  .article-header p {
    margin-bottom: 0; }

/* h3 */
.article h3 {
  width: 100%;
  color: #ed7700;
  font-size: 1.5em;
  margin: 0.2em 0 0.4em;
  letter-spacing: 1px; }
  .article h3.title-liner {
    border-bottom: 2px solid;
    display: inline-block;
    padding-right: 1em; }

/*h4*/
h4 {
  margin: 1em 0; }

/* 吹き出し */
.hukidashi {
  position: relative;
  padding: 1em 2em;
  color: #f39800;
  border: 2px solid #f39800;
  font-weight: bold; }
  .hukidashi:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #f39800;
    width: 0;
    height: 0; }

/* オレンジ枠 */
.b-orange {
  border: 2px solid #ed7700;
  color: #ed7700;
  font-weight: bold;
  font-size: 1.2em;
  padding: 1em;
  text-align: center; }

/* 文字蛍光マーカー */
.orange-marker {
  display: inline;
  padding: 0 1em;
  color: #fff;
  background: #f39800;
  font-size: 1.1em; }

/*オレンジタイトル枠*/
.infoFrame {
  width: 100%;
  margin: 8px auto 48px;
  border: 1px solid #ed7700; }
  .infoFrame_title {
    padding: 8px 16px;
    background-color: #ed7700;
    border-bottom: 1px solid #ed7700;
    color: #fff;
    text-align: center; }
  .infoFrame_content {
    padding: 16px; }
    .infoFrame_content p {
      margin: 0 !important; }

/*TOP戻るボタン*/
.page-top-floating {
  background-color: #000; }
