@charset "utf-8";

/*
Theme Name: mh-tec SmartPack_type03
Text Domain: mh-tec-SmartPack_type03
Theme URI: https://mh-tec.co.jp/
Author: Mental Health Technologies Co.Ltd.
Author URI: https://mh-tec.co.jp/
Version: 2.0
*/

.under-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 16px;
}

.under-content h1 {
  font-family: var(--font-tsukushi);
  font-size: var(--text-3xl);
  font-weight: 700;
  text-align: center;
  margin: 40px 0;
}

.under-content h2,
.under-content h3,
.under-content h4,
.under-content h5 {
  font-family: var(--font-tsukushi);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  line-height: 2;
  margin-bottom: 16px;
}

.under-content p {
  line-height: 2;
  margin-bottom: 1em;
}

.under-content ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}

.under-content li {
  line-height: 2;
}
.pc-navi ul {
  flex-wrap: wrap;
  gap: 10px calc(var(--spacing) * 9);
}

.under-content h2 {
  font-size: 25px;
  border-bottom: 2px solid #41bcb7;
  margin-bottom: 30px;
}
.under-content h3 {
  color:#41BCB7;
}