@charset "UTF-8";
:root {
    --indent-size: 2.5em; 
    --marker-offset: 1.5em; 
    --indent-size-res: 1em; 
    --marker-offset-res: 0.5em; 
}

/* ページ内リンクのターゲット */
/* ページ内リンクのターゲットとなる全ての見出し要素に適用 */
html {
  scroll-padding-top: 100px;
}

.page-title  {
    margin: 48px 0 0 0;
}

@media screen and (max-width: 1280px) {
  .page-title  {
    margin: 0px 0 0 0;
  }
}

@media screen and (max-width: 768px) {
    .header-spacer {
        height: 20px !important;
        margin: 0;
        padding: 0;
    }
}


/* =============================
   お役立ち情報
============================= */
.usefulcard {
  background: #fff;
  padding: 4.75rem 6.75rem 0rem;
}

.useful-txt {
  text-align: center;
  margin-top: 50px;
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.5;
}

h1.contents-title {
  text-align: center;
  margin-top: 75px;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.8;
  background: var(--main-color);
  color: var(--white);
  padding: 15px 0;
}

h1.entry-title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.5;
  background: var(--main-color);
  color: var(--white);
  padding: 15px;
}

.page-description {
    text-align: left;
    margin: 40px 0;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.6;
    font-weight: 600;
}

@media (max-width: 1024px) {
  .usefulcard {
    padding: 1.5rem;
  }
}


@media (max-width: 768px) {
  .useful-txt{
    font-size: 1.25rem;
    margin-top: 35px;
    line-height: 1.6;
  }
  h1.contents-title,
  h1.entry-title {
    font-size: 1.25rem;
    padding: 15px 20px;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .useful-txt{
    font-size: 1.25rem;
    margin-top: 32px;
    line-height: 1.5;
  }

}

/* ------------------------------------ */
/* 目次のスタイル */
/* ------------------------------------ */
.useful-block #ez-toc-container a,
.useful-block #ez-toc-container a:hover,
.useful-block #ez-toc-container a:visited{
  color: var(--dark);
}

.useful-block #ez-toc-container {
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
  display: table;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  width: auto;
}

.useful-block #ez-toc-container {
  border: 1px solid #EEE;
  border-radius: 10px;
  padding: 15px 15px 15px 30px;
  margin: 0px auto 60px;
  max-width: 100%;
  display: block;
  background: #F7F7F7;
}

.useful-block #ez-toc-container .ez-toc-title-container {
  text-align: center;
  padding-bottom: 10px;
}

/* 1. タイトルコンテナの準備 */
.useful-block #ez-toc-container .ez-toc-title-container {
    text-align: center;
    padding-bottom: 10px;
    position: relative; 
    padding-top: 10px;
}

/* 2. タイトルテキストの調整 */
.useful-block #ez-toc-container .ez-toc-title-container .ez-toc-title {
    background: #f7f7f7; 
    padding: 0 15px; 
    cursor: default !important;
    display: inline-block;
    z-index: 2;
    position: relative;
}

/* 3. 左側の水平線 (::before) */
.useful-block #ez-toc-container .ez-toc-title-container::before {
    content: "";
    position: absolute;
    top: 50%; /* 垂直方向の中央に配置 */
    left: 1rem;
    right: 1rem;
    border-top: 1px solid #ccc; 
    z-index: 1;
    transform: translateY(-50%); 
}



/* ------------------------------------ */
/* 目次：リスト（ul, li）のスタイル */
/* ------------------------------------ */
.useful-block #ez-toc-container {
  width: fit-content; 
  margin-top: 40px !important; 
  margin-left: auto !important; 
  margin-right: auto !important;
  padding: 1.25rem 1.25rem  2rem  1.25rem  !important;
  width: 100%;
}

.useful-block #ez-toc-container ul {
  padding-left: 1rem;
  margin: 0;
  list-style: none;
}

/* 大見出し（H2相当）の項目 */
.useful-block #ez-toc-container ul li.ez-toc-heading-level-2 a {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 5px 10px 0;
  line-height: 1.5;
}

.useful-block #ez-toc-container li.ez-toc-heading-level-2 {
  padding-left: 0rem !important; 
}

/* ------------------------------------ */
/* 目次：定義リスト（dl, dt, dd）のスタイルとインデント */
/* ------------------------------------ */
/* （小見出しのグループ）の段落下げ */
.useful-block #ez-toc-container ul li.ez-toc-heading-level-3 a,
div#ez-toc-container nav ul ul li{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px; 
  margin-left: 0;
}

/* dt（H3相当）のスタイル */
.useful-block #ez-toc-container ul li.ez-toc-heading-level-3 a {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0px;
  line-height: 1.2 !important;
}

/* dd（さらに小さい見出し相当）の段落下げ */
.useful-block #ez-toc-container ul li.ez-toc-heading-level-4 a {
  padding-left: 20px; 
  margin: 5px 0;
  line-height: 1.4;
}

.useful-block #ez-toc-container ul li.ez-toc-heading-level-3 a {
  margin: 0 !important; 
  list-style-type: disc !important;
  padding-left: 1.5em !important;
  list-style-position: outside !important;
}

.useful-block #ez-toc-container ul li.ez-toc-heading-level-4 a {
  padding-left: 0.875em !important; 
}

/* ------------------------------------ */
/* 目次　レスポンシブ */
/* ------------------------------------ */
@media (max-width: 640px) {
  .useful-block #ez-toc-container ul {
    padding-left: 0rem;
    margin: 0;
    list-style: none;
  }
}



/* ------------------------------------ */
/* 共通設定とコンテナ */
/* ------------------------------------ */
.midashi {
    border-top: 1px solid var(--dark);
    border-bottom: 1px solid  var(--dark);
    padding: 15px;
    margin: 30px auto; /* 中央寄せと上下の余白 */
    max-width: 1200px; /* PCでの最大幅 */
    font-size: 16px;
    margin-top: 55px;
}

/* ------------------------------------ */
/* リスト（ul, li）のスタイル */
/* ------------------------------------ */
.midashi ul {
    list-style: none; /* デフォルトのリスト記号を非表示 */
    padding-left: 0;
    margin: 0 0 10px 0;
}

/* 大見出し（H2相当）の項目 */
.midashi-dai {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 15px 10px 0;
    line-height: 1.5;
}

/* ------------------------------------ */
/* 定義リスト（dl, dt, dd）のスタイルとインデント */
/* ------------------------------------ */

/* dl（小見出しのグループ）の段落下げ */
.midashi dl {
    margin-top: 5px;
    margin-bottom: 0px;
    padding-left: 30px; 
    margin-left: 0;
}

/* dt（H3相当）のスタイル */
.midashi dl dt {
    font-size: 1.25rem;
    font-weight: normal;
    margin-bottom: 0px;
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
}

/* dd（さらに小さい見出し相当）の段落下げ */
.midashi dl dd {
    padding-left: 40px; 
    margin: 5px 0;
    line-height: 1.4;
    text-indent: -1em;
}

/* ------------------------------------ */
/* レスポンシブ対応 (今回はシンプルなデザインのため特別な調整は少なめ) */
/* ------------------------------------ */
@media (max-width: 600px) {
    .midashi {
        /* スマホなど画面が狭い場合、左右の余白を詰める */
        padding: 10px;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 15px;
    }
    
    /* dl, ddのインデントも少し調整 */
    .midashi dl {
        padding-left: 15px; 
    }
    .midashi dl dd {
        padding-left: 30px; 
    }
}



/* ------------------------------------ */
/* 記事部分共通 */
/* ------------------------------------ */
.useful-block {
    padding: 0px 0 0;
    margin: 0 auto 0px;
    max-width: 100%;
    font-size: 1rem;
    margin-top: 0px;
    display: block;
}

.useful-block img{
    width: 100%;
    margin: 30px 0 25px;
}

.useful-head,
.useful-nn-head {
  display: flex;
  width: 100%;
  position: relative; 
  margin-bottom: 25px;
}

.useful-head::after {
  content: "";
  display: block;
  position: absolute;
  background: var(--main-color); 
  opacity: 0.5; 
  height: 2px;
  bottom: 0;
  left: 50px; 
  right: 0;
  z-index: 1; 
}

.useful-nn-head::after {
  content: "";
  display: block;
  position: absolute;
  background: var(--main-color); 
  opacity: 0.5; 
  height: 2px;
  bottom: 0;
  left: 0; 
  right: 0;
  z-index: 1; 
}

.useful-number {
  background: var(--main-color);
  color: var(--white);
  font-size: 2rem;
  font-weight: bold;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  flex-shrink: 0;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 2; 
}

.useful-number::after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
  width: 60px;
  height: 60px;
  background: var(--main-color);
  border-radius: 50%;
  opacity: 0.5;
  z-index: -1;
  pointer-events: none;
}

.useful-title {
  line-height: 1.5;
  font-size: 1.75rem;
  margin-left: 25px;
  margin-top: 0;
  padding-top: 0.7rem; 
  padding-bottom: 0.7rem;
  color: var(--main-color);
  text-align: left;
  width: 100%;
}

.useful-head-no-number {
  display: flex;
  width: 100%;
  position: relative; 
  margin-bottom: 25px;
}

.useful-head-no-number::after {
  content: "";
  display: block;
  position: absolute;
  background: var(--main-color); 
  opacity: 0.5; 
  height: 2px;
  bottom: 0;
  left: 0px; 
  right: 0;
  z-index: 1; 
}

.useful-no-number {
  background: var(--main-color);
  color: var(--white);
  font-size: 2.25rem;
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  flex-shrink: 0;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 2; 
  left: 0;
  top: 10px;
}

.useful-no-number::after {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  top: 7px;
  width: 40px;
  height: 40px;
  background: var(--main-color);
  border-radius: 50%;
  opacity: 0.5;
  z-index: -1;
  pointer-events: none;
}

.useful-block-kiji {
  padding: 1.5rem;

}

/* 各ブロックエリアh3見出しの基本ベース */
.useful-block h3{
  width: 100%;
  margin: 0 auto 5px;
  font-size: 1.125rem !important;
  text-align: left !important;
  margin-top: 0px !important;
  background-color: var(--wall-color-w) !important;
  color: var(--dark);
  padding: 0;
}

/* 各ブロックエリアh3見出しに頭に・を入れる場合 */
.useful-block h3.sub-title-style-on{
  width: 100%;
  margin: 0 auto 5px;
  font-size: 1.125rem !important;
  text-align: left !important;
  margin-top: 0px !important;
  background-color: var(--wall-color-w) !important;
  color: var(--dark);
  padding: 0 0 0 1.125rem;
  position: relative;
}

.useful-block h3.sub-title-style-on::before{
  content: "●";
  font-size: 0.3rem;
  flex-shrink: 0;
  position: absolute;
  left: 0.4rem;
  top: 0.7rem;
}

.useful-block p{
  width: 100%;
  margin: 0px auto 0px;
  font-size: 1rem;
  line-height: 1.6;
  padding-left: 1rem;
  list-style-position: inside;
}

.useful-block ul{
  width: 100%;
  margin: 20px auto 0;
  font-size: 1rem;
  line-height: 1.6;
  padding-left: 1.125rem;
  list-style-type: none;
  list-style-position: inside;
}

.useful-block ul li{
  width: 100%;
  margin: 0px auto 5px;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

ul.wp-block-list {
  width: 100%;
  margin: 0px auto 0;
  font-size: 1rem;
  line-height: 1.6;
  padding-left: 1.125rem;
  list-style-type: none;
  list-style-position: inside;
}

ul.wp-block-list li{
  width: 100%;
  margin: 0px 0 5px;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  display: flex;
  position: relative;
}

ul.wp-block-list li::before {
  content: "●";
  font-size: 0.3rem;
  flex-shrink: 0;
  position: absolute;
  left: 0.35rem;
  top: 0.6rem;
}

/* 2行目以降のぶら下がりインデントを実現するためのCSS */
ul.wp-block-list li span.text-content {
    display: block;
    flex-grow: 1; /* 残りのスペースを埋める */
}

.pb40 {
    padding-bottom: 40px;
}

.pt40 {
    padding-top: 40px;
}

.useful-btn-wrap {
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center; 
  align-items: center; 
  gap: 12px;
  box-sizing: border-box;
}

.useful-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center; /* テキストを中央に */
  position: relative;      /* ::after を右に配置する基準 */
  background: var(--main-color);
  color: var(--white);
  font-weight: 700;
  font-size: 1.5rem;
  padding: 4px 48px 4px 36px; /* 右側に矢印用スペースを確保 */
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  height: 54px;
  line-height: 54px;
  width: 800px;
}

/* 右端に「＞」を表示（テキストは真ん中、記号は右寄せ） */
.useful-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 89px;
  transform: translateY(-50%);
  width: 12px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 19px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 19'><path d='M1 1 L10 9.5 L1 18' stroke='%23FFFFFF' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  pointer-events: none;
}

.useful-btn:hover {
  background: var(--main-color);
  transform: translateY(-2px);
}


@media (max-width: 768px) {

  .useful-title {
    font-size: 1.4rem;
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
  }

  .useful-block h3.sub-title{
    width: 90%;
    margin: 0 5% 10px;
    font-size: 1.1rem !important;
  }

  .useful-btn-wrap {
    margin-top: 0px;
  }

  .useful-nn-head::after {
    content: "";
    display: block;
    position: absolute;
    background: var(--main-color); 
    opacity: 0.5; 
    height: 2px;
    bottom: -5px;
    left: 0; 
    right: 0;
    z-index: 1; 
  }
}


@media (max-width: 480px) {

  .useful-title {
    font-size: 1.2rem;
    padding-top: 0rem;
    padding-bottom: 0.3rem;
  }

  .useful-block-kiji {
    padding: 1.5rem 0;
  }


}



/* ------------------------------------ */
/* 5. 執筆者情報ブロック */
/* ------------------------------------ */
.author-box {
    display: flex;
    align-items: flex-start; 
    padding: 50px;
    background-color: var(--wall-color-g); 
    border-radius: 8px;
    width: 100%;
    margin: 0 auto 80px;
}
.author-icon-container {
    flex-shrink: 0; /* 縮小しない */
    width: 150px;
    height: 150px;
    margin-right: 15px;
    margin-top: 0;
    padding: 0;
}
.author-icon {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.author-icon img{
    margin-top: 0px;
}

.author-info {
    flex-grow: 1; /* 残りのスペースを全て使う */
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
    width: calc( 100% - 210px );
}

.author-info-name {
    display: flex;
}

.label-author {
  text-wrap: nowrap;
  display: inline-block;
  background: var(--sub-color); 
  color: var(--white);
  font-size: 1rem;
  font-weight: bold;
  padding: 1px 45px 0px 14px;
  margin-top: 3px;
  position: relative;
  height: 30px;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
}

.author-name {
    font-size: 1.75rem;
    font-weight: bold;
    margin: -5px 0 5px 8px;
    width: 100%;
}

.author-description {
    line-height: 1.6;
    margin: 0;
    width: 100%;
    font-size: 0.9375rem;
    display: block;
}


@media (max-width: 840px) {

  .author-name {
    font-size: 1.5rem;
  }

}

@media (max-width: 768px) {
  .page-main h3 {
    font-size: 1.25rem;
    padding: 15px 20px;
    line-height: 1.6;
  }
  .page-main h4 {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    margin-top: 53px;
    font-size: 1rem;
  }
  .w1200 {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .midashi-dai {
    font-size: 1rem;
  }
  .midashi dl dt {
    font-size: 0.875rem;
  }
  .midashi dl dd {
    font-size: 0.750rem;
  }
  .useful-block {
    margin: 0 auto 0px;
  }
  .useful-title {
    font-size: 1.25rem;
  }
  .useful-head {
    width: 100%;
    margin: 0 auto 25px;
    display: flex; 
    align-items: center; 
    padding-bottom: 5px; 
    position: relative; 
  }
  .useful-head::after {
    content: "";
    display: block;
    position: absolute;
    background: var(--main-color); 
    opacity: 0.5; 
    height: 2px;
    bottom: 0px; /* 適切な位置に微調整 */
    left: 35px; 
    right: 0;
    z-index: 1; 
  } 
 .useful-number {
    width: 45px;
    height: 45px;
    font-size: 1.25rem;
    line-height: 45px;
  }
  .useful-number::after {
    width: 45px;
    height: 45px;
    left: 5px;
    top: 5px;
  }
  .useful-title {
    font-size: 1.375rem;
    line-height: 1.4;
    margin-left: 20px;
    margin-bottom: 5px;
  }
  
  .useful-head-no-number {
    display: flex;
    width: 90%;
    position: relative; 
    margin: 0 auto 25px;
  }
  .useful-head-no-number::after {
    content: "";
    display: block;
    position: absolute;
    background: var(--main-color); 
    opacity: 0.5; 
    height: 2px;
    bottom: -5px;
    left: 0px; 
    right: 0;
    z-index: 1; 
  }
  .useful-no-number {
    background: var(--main-color);
    color: var(--white);
    font-size: 2.25rem;
    font-weight: bold;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    flex-shrink: 0;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    z-index: 2; 
    left: 0;
    top: 0px;
  }
  .useful-no-number::after {
    content: "";
    display: block;
    position: absolute;
    left: 7px;
    top: 7px;
    width: 36px;
    height: 36px;
    background: var(--main-color);
    border-radius: 50%;
    opacity: 0.5;
    z-index: -1;
    pointer-events: none;
  }

  .useful-block img {
    width: 90%;
    margin: 0px 0 0px;
  }
  .useful-block h3 {
    width: 90%;
    margin: 0 auto 5px;
    font-size: 1rem;
  }

  .useful-btn {
    font-size: 1rem;
    padding: 6px 20px;
  }
  .useful-btn::after {
    right: 20px;
  }
  .label-author {
    font-size: 0.9rem;
    padding: 2px 35px 2px 10px;
    margin-top: 8px;
    height: 26px;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
  }

  .author-box {
    padding: 20px;
    width: 100%;
    margin: 0 auto 50px;
    display: block;
  }
  .author-icon-container {
    display: block;
    text-align: center;
    width: 150px;
    margin: 0 auto;
  }
  .author-info {
    display: block;
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  .author-info-name {
  }
  .author-name {
    font-size: 1.5rem;
    margin: 0 0 5px 10px;
    width: 100%;
  }
  .author-description {
    text-align: left;
    font-size: 0.875rem;
    margin-top: 10px;
  }
  .useful-block .wp-block-image img {
    width: 100%;
    argin-inline-start: 0px;
    margin-inline-end: 0px;
  }

}

  .useful-block P {
    padding-bottom: 40px;
  }


@media (max-width: 600px) {
  .useful-title {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-left: 20px;
    margin-bottom: 5px;
    paddig-top: 0.2rem;
  }


}

@media (max-width: 530px) {
  .page-main h3 {
    font-size: 1rem;
    padding: 10px 0px;
    line-height: 1.4;
  }
  .author-info-name {
    display: block;
  }
  .label-author {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .author-name {
    text-align: center;
  }
  .author-name {
    font-size: 1.2rem;
    margin: 5px 0 5px 0px;
    width: 100%;
  }

  .useful-no-number {
    background: var(--main-color);
    color: var(--white);
    font-size: 2.25rem;
    font-weight: bold;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    flex-shrink: 0;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    z-index: 2; 
    left: 0;
    top: -2px;
  }
  .useful-no-number::after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 34px;
    height: 34px;
    background: var(--main-color);
    border-radius: 50%;
    opacity: 0.5;
    z-index: -1;
    pointer-events: none;
  }

}



/* ------------------------------------ */
/* SNSシェアボタン
/* ------------------------------------ */
.sns-box {
    display: block;
    justify-content: center;
    gap: 10px; 
    height: 60px;
    margin: 80px 0 0;
}

.a2a_kit {
    display: block !important; 
    margin-left: auto !important; 
    margin-right: auto !important;
    width: fit-content; 
}


/* =============================
   記事ページネーション
============================= */
.paginationArea {
  margin: 40px auto 80px;
  display: block;
}
.nav-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 0;
}
.paginationArea h2{
  display: none;
}
.nav-links a.prev, 
.nav-links a.next {
    font-size: 12px; 
    width: 35px;
    height: 35px;
    display: none;
}

.nav-links .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.2s;
    border: solid 2px var(--dark);
}

/* 該当ページ（現在アクティブなページ）のスタイル */
.nav-links .current {
    color: var(--white) !important;
    background: var(--main-color) !important;
    border-color: var(--main-color) !important;
    pointer-events: none;
}

/* マウスホバー時のスタイル (aタグにのみ適用) */
.nav-links a.page-numbers:hover,
.paginationArea .page-numbers a.page-numbers:hover {
    background-color: #eee;
}

ul.nav-links {
  list-style: none;
}

@media (max-width: 480px) {
  .paginationArea {
    margin: 40px auto 0px;
    display: block;
  }
}