/*------------------ 共通項目 ----------------------------------------------------------------------*/
/* ロゴ */
.c-site-branding__description {
  font-weight: bold;
  padding-left: 0.25rem;
}
/* ヘッダーメニュー */
li.menu-item a span{
color:#26A49D;
}
li.menu-item:nth-child(6) a span{
color:#fff;
}
li.menu-item a small {
  font-weight: bold !important;
    border-top: 2px solid #26A49D;
}

/* 文章 */
.text-center{
text-align: center;
}
.text-white{
  color: white;
}

/* 見出し */
h3{
  color:#24A39C;
}

/* 画像 */
figure.image-100{
  padding: 0;
}
figure.image-100 img {
    width: 100%;
}


/* セクションの上部マージン消す */
.wp-block-snow-monkey-blocks-section.alignfull.smb-section {
  margin-top: 0px;
}

/* セクション（背景画像）の上部マージン消す */
.wp-block-snow-monkey-blocks-section-with-bgimage.alignfull.smb-section.smb-section-with-bgimage.smb-section-with-bgimage--center.smb-section-with-bgimage--fit {
  margin-top: 0;
}
/* コンテンツ上下余白消す */
.c-section.p-section-front-page-content{
padding:0;
}

/* フッター */
.l-footer-widget-area__item.c-row__col.c-row__col--1-1.c-row__col--md-1-1.c-row__col--lg-1-1 {
  margin-bottom: 1rem;
}
/* ロゴ */
.footer-logo {
  text-align: center;
}
/* 文章 */
p.footer-subtitle.text-center {
  text-align: center;
  font-weight: bold;
}
/* サイトマップ */
div#block-5{
  margin-bottom: calc(var(--_space, 1.8rem) * 1.5);
}
.footer-menu-items .smb-list ul {
  display: inline-block;
}
.footer-menu-items .smb-list ul a {
  text-decoration: none;
  color: #333;
}
.footer-sitemap-list {
  display: flex;
justify-content:center;
}
.footer-menu-items {
  margin: 0 auto;
  max-width: 750px;
}
.l-footer{
background-color:#f8f8f8;
}

/* フッター背景色変更 */

.c-copyright {
  color: #fff;
background:#24A39C;
  font-weight: bold;
}

/* お知らせの投稿者名非表示 */
li.c-meta__item.c-meta__item--author {
  display: none;
}

/* お知らせのコメント欄削除 */
aside.p-comments.c-entry-aside {
  display: none;
}

/* お知らせのトラックバック削除 */
aside.p-trackbacks.c-entry-aside {
  display: none;
}

/* ----------- トップページ-------------- */
/* 固定ボタン */
a.fix-button {
  display: none;
  position: fixed;
  top: 300px;
  right: 0px;
  writing-mode: vertical-rl;
  width: 70px;
  background: #24A39C;
  color: white;
  font-weight: bold;
  padding: 1rem 2rem;
  letter-spacing: .3rem;
  line-height: .rem;
text-decoration:none;
z-index:100;
}

/* メインビジュアル */
div#header {
  margin-top: 0;
}


.mv-title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .3rem;
padding:0 .5rem;
    color: #333;
  display: inline-block;
  background: white;
}

/* バナー */
.menu-banner .smb-items__banner__title {
  font-weight: bold;
  text-align: center;
    font-size: 1.2rem;
  letter-spacing: .3rem;
}
.menu-banner .smb-items__banner {
  border: 3px solid #24A39C;
}



/* ----------- 下層ページ-------------- */
/* MV */
.mv-2nd .smb-section__body {
  display: none;
}
/* パンくずリスト */
.breadcrumbs {
  padding: 0;
  padding-top: 1rem;
}
/* セクションタイトル */
.smb-section__subtitle {
  font-size: 1.25rem;
  border-bottom: 2px solid;
    margin-bottom: 0;
}
/* セミナーについて */
.application .smb-section__subtitle {
  color: white;
}
.application h2.smb-section__title {
  color: white;
}
.application-banner .smb-items__banner__title {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.application-banner .smb-items__banner__body {
  border: 3px solid #fff;
}


/* ----------- 流れページ-------------- */
.flow-columns {
    margin-bottom: 100px !important;
}
p.step {
  background: #24A39C;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
}
p.font-small {
  font-size: .9rem;
}

/* ----------- リノベーションページ-------------- */

.feature-card {
    margin-bottom: 100px;
}

/* ----------- 〇〇ページ-------------- */

/*------------------ PC表示設定 ------------------------------------------------------------------*/
@media screen and (min-width:1024px){


}


/*------------------ タブレット設定 ----------------------------------------------------------------*/
@media screen and (max-width:1023px){


}


/*------------------ スマホ表示設定---------------------------------------------------------------*/
@media screen and (max-width:639px){
/* MV   */

p.mv-title {
  margin-top: 0.5rem !IMPORTANT;
  font-size: 1.25rem;
  background: #24A39C;
  color: white;
}

/* フッター */
p.footer-subtitle.text-center {
  font-size: .75rem;
}
.footer-sitemap-list {
  justify-content: left !important;
}

}