.mallento-breadcrumb {
  background: #fff;
  border-bottom: 2px solid #eee;
  font-size: 14px;
  color: #444;
	font-weight:bold;
}

.mallento-breadcrumb__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 14px 20px;
}

.mallento-breadcrumb a {
  color: #999;
	font-weight:bold;
  text-decoration: none;
}

.mallento-breadcrumb a:hover {
  color: #333;
}

.mallento-breadcrumb .separator {
  margin: 0 8px;
  color: #aaa;
}



@media (max-width:767px) {

.mallento-breadcrumb__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 14px 20px;
    font-size: 12px;
}
	}




/* =========================
   投稿ページ用CTAボタン
========================= */

.mallento-post-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  justify-content:center;
  align-items:center;
  margin-top:0px;
	margin-bottom:0px;

}

.mallento-post-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:220px;
  height:58px;
  padding:0 24px;
  border-radius:12px;
  font-size:17px;
  font-weight:700;
  line-height:1.4;
  text-decoration:none !important;
  letter-spacing:.02em;
  position:relative;
  top:0;
  transition:
    transform .12s ease,
    box-shadow .12s ease,
    background .2s ease,
    border-color .2s ease,
    color .2s ease;
}

/* 白ボタン：資料ダウンロード */
.mallento-post-button--sub{
  background:#fff;
  color:#111 !important;
  border:1px solid #d8d8d8;
  box-shadow:0 4px 0 #cfcfcf;
}

/* 赤ボタン：見積もり依頼 */
.mallento-post-button--main{
  background:#BF0000;
  color:#fff !important;
  border:1px solid #BF0000;
  box-shadow:0 4px 0 #8e0000;
}

/* hover */
.mallento-post-button:hover{
  transform:translateY(-2px);
}

/* 白 hover */
.mallento-post-button--sub:hover{
  background:#f7f7f7;
  color:#111 !important;
  border-color:#cfcfcf;
  box-shadow:0 5px 0 #cfcfcf;
}

/* 赤 hover */
.mallento-post-button--main:hover{
  background:#980000;
  border-color:#980000;
  color:#fff !important;
  box-shadow:0 5px 0 #760000;
}

/* 押した瞬間 */
.mallento-post-button:active{
  transform:translateY(4px);
}

/* SP調整 */
@media (max-width:767px){
  .mallento-post-buttons{
    flex-direction:column;
    gap:0;
    margin-top:10px;
    margin-bottom:0px;
  }

  .mallento-post-button{
    width:65%;
    min-width:0;
    height:54px;
    font-size:16px;
    margin-top:-12px;
  }

}





/* CTA上の一言 */
.mallento-post-cta{
  text-align:center;
}

.mallento-post-cta__label{
  display:block;
  margin:0 0 10px;
  margin-bottom:20px;
  color:#333;
  font-size:17px;
  font-weight:700;
  line-height:1.4;
  letter-spacing:.04em;
}

/* SP調整 */
@media (max-width:767px){
  .mallento-post-cta__label{
margin-bottom:20px;
		font-size:16px;
  }
}





/* =========================================
   通常記事用 h3
   使用例：
   <h3 class="mallento-h3-underline">1. 誰と誰をマッチングするのかを決める</h3>
========================================= */

.mallento-h3-underline {
  font-size: 21px !important;
  line-height: 1.6 !important;
  font-weight: 700 !important;
  color: #333 !important;
  margin: 42px 0 18px 0 !important;
  padding: 0 0 10px 0 !important;
  background: transparent !important;
  border-bottom: 2px solid #85701b !important;
  border-radius: 0 !important;
}


/* =========================================
   よくある質問用 h3
   使用例：
   <h3 class="mallento-faq-h3-simple06">MVP開発でもデザインはしっかり作れますか？</h3>
========================================= */

.mallento-faq-h3-simple06 {
  position: relative !important;
  font-size: 20px !important;
  line-height: 1.6 !important;
  font-weight: 700 !important;
  color: #333 !important;
  margin: 34px 0 14px 0 !important;
  padding: 0 0 11px 44px !important;
  background: transparent !important;
  border-bottom: 1px solid #ddd6bd !important;
  border-radius: 0 !important;
}

.mallento-faq-h3-simple06::before {
  content: "Q" !important;
  position: absolute !important;
  top: 2px !important;
  left: 0 !important;
  width: 28px !important;
  height: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  color: #fff !important;
  background: #85701b !important;
  border-radius: 50% !important;
}


/* =========================================
   スマホ調整
========================================= */

@media (max-width: 767px) {

  .mallento-h3-underline {
    font-size: 18px !important;
    line-height: 1.6 !important;
    margin: 34px 0 16px 0 !important;
    padding-bottom: 8px !important;
  }

  .mallento-faq-h3-simple06 {
    font-size: 17px !important;
    line-height: 1.6 !important;
    margin: 28px 0 12px 0 !important;
    padding: 0 0 10px 40px !important;
  }

  .mallento-faq-h3-simple06::before {
    top: 1px !important;
    width: 26px !important;
    height: 26px !important;
    font-size: 14px !important;
  }
}


.mallento-text-yellow02 {
  background: linear-gradient(transparent 58%, #ffe45c 58%) !important;
  padding: 0 2px !important;
}



/* =========================================
   この記事でわかること
   左上ラベル型
========================================= */

.mallento-know-box09 {
  position: relative !important;
  margin: 34px 0 42px 0 !important;
  padding: 34px 28px 26px 28px !important;
  background: #fff !important;
  border: 1px solid #ddd6bd !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
}

.mallento-know-box09 .mallento-know-title {
  display: inline-block !important;
  position: absolute !important;
  top: -16px !important;
  left: 22px !important;
  margin: 0 !important;
  padding: 8px 18px !important;
  color: #fff !important;
  background: #85701b !important;
  border-radius: 999px !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 800 !important;
}

.mallento-know-box09 ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.mallento-know-box09 li {
  position: relative !important;
  margin: 0 !important;
  padding: 0 0 0 26px !important;
  color: #333 !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.mallento-know-box09 li + li {
  margin-top: 8px !important;
}

.mallento-know-box09 li::before {
  content: "" !important;
  position: absolute !important;
  top: 0.78em !important;
  left: 0 !important;
  width: 9px !important;
  height: 9px !important;
  background: #85701b !important;
  border-radius: 50% !important;
}

.mallento-know-box09 li strong {
  font-weight: 700 !important;
}


/* =========================================
   スマホ調整
========================================= */

@media (max-width: 767px) {
  .mallento-know-box09 {
    margin: 30px 0 36px 0 !important;
    padding: 32px 20px 22px 20px !important;
    border-radius: 10px !important;
  }

  .mallento-know-box09 .mallento-know-title {
    top: -14px !important;
    left: 16px !important;
    padding: 7px 14px !important;
    font-size: 15px !important;
  }

  .mallento-know-box09 li {
    padding-left: 24px !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
  }

  .mallento-know-box09 li::before {
    width: 8px !important;
    height: 8px !important;
  }
}



	
/* 簡素テーブル */
.simpleCompareTable {
  width: 100%;
  border-collapse: collapse;
  color: #2f3336;
  background: #ffffff;
  border: 1px solid #d7dadd;
}

/* 共通セル */
.simpleCompareTable th,
.simpleCompareTable td {
  border: 1px solid #d7dadd;
  color: #2f3336;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  padding: 18px 16px;
  line-height: 1.7;
}

/* 上部見出し */
.simpleCompareTable thead th {
  background: #f1f2f3;
  color: #2f3336;
  font-weight: 700;
}

/* 左列の1段目 */
.simpleCompareTable thead th:first-child {
  background: #f1f2f3;
  font-weight: 700;
}

/* 左列の2段目以降 */
.simpleCompareTable tbody th:first-child,
.simpleCompareTable tbody td:first-child {
  background: #ffffff;
  color: #2f3336;
  font-weight: 700;
}

/* 本文セル */
.simpleCompareTable tbody td {
  background: #ffffff;
  font-weight: 500;
}

/* スマホ調整 */
@media screen and (max-width: 768px) {
  .simpleCompareTable th,
  .simpleCompareTable td {
    padding: 14px 10px;
    font-size: 14px;
    line-height: 1.7;
  }
}




/* シンプルな箇条書き */
.simpleBulletList {
  margin: 20px 0;
  padding-left: 1.4em;
}

.simpleBulletList li {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}

.simpleBulletList li::marker {
  font-size: 17px;
  font-weight: 700;
}

/* スマホでは少し抑える */
@media screen and (max-width: 768px) {
  .simpleBulletList li {
    font-size: 16px;
    line-height: 1.8;
  }

  .simpleBulletList li::marker {
    font-size: 17px;
  }
}





.mxs-moreline{
  display:flex !important;
  align-items:flex-end !important;
  justify-content:center !important;
  gap:14px !important;
  width:100% !important;
}

.mxs-moreline-avatar{
  width:72px !important;
  height:72px !important;
  border-radius:50% !important;
  object-fit:cover !important;
  flex-shrink:0 !important;
}

.mxs-moreline-bubble{
  position:relative !important;
  max-width:calc(100% - 86px) !important;
  padding:18px 22px !important;
  border:2px solid #f0f0f0 !important;
  border-radius:18px !important;
  background:#fff !important;
  box-sizing:border-box !important;
}

.mxs-moreline-bubble::before{
  content:"" !important;
  position:absolute !important;
  left:-10px !important;
  bottom:16px !important;
  width:18px !important;
  height:18px !important;
  background:#fff !important;
  border-left:2px solid #f0f0f0 !important;
  border-bottom:2px solid #f0f0f0 !important;
  transform:rotate(45deg) !important;
}

.mxs-moreline-text{
  margin:0 !important;
  font-size:16px !important;
  line-height:1.8 !important;
  font-weight:600 !important;
  color:#333 !important;
  white-space:normal !important;
  overflow-wrap:anywhere !important;
  word-break:break-word !important;
}

@media (max-width:767px){
  .mxs-moreline{
    gap:10px !important;
  }

  .mxs-moreline-avatar{
    width:60px !important;
    height:60px !important;
  }

  .mxs-moreline-bubble{
    max-width:calc(100% - 70px) !important;
    padding:14px 18px !important;
  }

  .mxs-moreline-text{
    font-size:15px !important;
    line-height:1.7 !important;
  }
}
