@charset "utf-8";

/**************************************************/


/*                                                */


/*                   スマホ用                     */


/*                                                */


/**************************************************/


/* ================================================
 * 共通
 * ================================================*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pc-only {
    display: none
}

.br-pc {
    display: none;
}


/* ボタン */

.btn-large-wrapper {
    width: 100%;
    padding: 0 4%;
    margin: 40px auto 0;
}

.btn-large {
    font-size: 1.6rem;
    width: 280px;
    height: 45px;
    margin: 0 auto;
}

.btn-large::after {
    bottom: 1px;
    left: 260px;
    border-bottom: 19px solid #fff;
    border-left: 19px solid transparent;
}

.btn-small {
    font-size: 1.4rem;
}


/* トップ */

.top-deco-text {
    font-size: 11vw;
    letter-spacing: .8rem;
}

.heading {
    font-size: 10vw;
}

.heading-left {
    padding-left: 5vw;
    padding-right: 5px;
    margin-right: -5px;
}

.heading-text-outer {
    padding: 0 5%;
    width: 100%;
    margin-top: 4vh;
}

.heading-text {
    line-height: 1.7;
    padding-bottom: 24px;
}

.top-hr {
    height: 15px;
    background: url(../img/hr.svg) repeat-x;
    background-size: 9px 15px;
    border: none;
    margin: 0;
}


/* ================================================
 * ヘッダー
 * ================================================*/

.l-header {
    padding: 0 4%;
    background-color: rgba(35, 54, 86, 0.3);
}

.logo {
    z-index: 1000;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.nav {
    display: none;
    transition: all 0.4s;
}

.nav-main {
    display: flex;
    align-items: center;
}

.nav-main li {
    font-size: 1.8rem;
    margin-bottom: 24px;
}

.nav-main li:last-of-type {
    margin-bottom: 0;
}

.nav-main li span {
    background-color: rgba(0, 0, 0, 0.5);
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border: solid 1px #fff;
    font-family: 'Montserrat', sans-serif;
}


/* ハンバーガーメニュー */

.l-header .hamburger-wrap {
    position: absolute;
    top: 0;
    right: 4%;
    width: 40px;
    height: 100%;
    cursor: pointer;
    z-index: 1000;
}

.l-header .hamburger-wrap [class*=hamburger-border] {
    position: absolute;
    height: 2px;
    transition: .4s all ease;
    transform-origin: center center;
    background: #fff;
}

.l-header .hamburger-wrap .hamburger-border-1 {
    width: 30px;
    top: 20px;
    right: 0;
    background-color: #fff;
}

.l-header .hamburger-wrap .hamburger-border-2 {
    width: 30px;
    top: 30px;
    right: 0;
    background-color: #fff;
}

.l-header .hamburger-wrap .hamburger-border-3 {
    width: 30px;
    top: 40px;
    right: 0;
    background-color: #fff;
}


/*open時*/

.l-header .hamburger-wrap [class*=hamburger-border] {
    transition: .4s all ease;
}

.l-header .hamburger-wrap.opened .hamburger-border-1 {
    width: 30px;
    top: 30px;
    transform: rotate(45deg);
    background-color: #fff;
}

.l-header .hamburger-wrap.opened .hamburger-border-2 {
    opacity: 0;
}

.l-header .hamburger-wrap.opened .hamburger-border-3 {
    top: 30px;
    transform: rotate(-45deg);
    background-color: #fff;
}

header.opened .nav {
    display: block;
    background-color: #233656;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 80px 0 40px;
}

header.opened .nav-main {
    flex-direction: column;
    text-align: center;
}

header.opened .nav-main li ul li {
    margin-top: 24px;
}


/*header.opened .nav-main li li {
  height: 0;
  overflow: hidden;
  transition: all .5s;
  white-space: nowrap;
}


header.opened .nav-main li:hover > ul > li {
  height: 2rem;
  overflow: visible;
}
*/


/* ================================================
 * フッター
 * ================================================*/

.footer-top-inner {
    max-width: 100%;
    background-size: cover;
}

.footer-logo {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 16px;
}

.footer-bottom .company-name {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
}

.footer-bottom-inner {
    width: 100%;
    margin: 0 auto;
    padding: 40px 4% 10px;
}

.footer-nav-wrapper {
    flex-direction: column;
    justify-content: center;
    font-size: 1.3rem;
}

.footer-btn {
    width: 90%;
    font-size: 2rem;
}

.footer-btn::after {
    left: auto;
    right: 2px;
    border-bottom: 50px solid #fff;
    border-left: 50px solid transparent;
}

.footer-address address {
    width: 260px;
    margin: 0 auto;
    text-align: center;
}

.footer-address h2 {
    margin-top: 32px;
    margin-bottom: 12px;
    text-align: center;
}

.footer-address h2:first-of-type {
    margin-bottom: 12px;
}

.footer-nav {
    width: 140px;
    margin: 40px auto 0;
    text-align: center;
}

.footer-nav-last {
    width: 100%;
}

.footer-nav li,
.footer-nav-last li {
    margin-bottom: 16px;
}

.footer-nav-last li:first-of-type {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 40px;
}

.footer-nav li ul li {
    margin-top: 16px;
}

.footer-nav-last li.fit-img {
    width: 100%;
    height: 21.46667vw;
}

.footer-copyright {
    font-size: 1rem;
}

#toPageTop {
    bottom: 4%;
    right: 5%;
    width: 13%;
}

#toPageTop a {
    padding: 20px 20px 10px 10px;
}

#toPageTop a img {
    padding-right: 10px;
}


/* ================================================
 * トップ
 * ================================================*/


/* メインビジュアル */

.hero-wrapper {
    height: 90vh;
}

.hero {
    min-width: 50vw;
    min-height: 50vh;
    height: 58vh;
    z-index: 1;
}

.hero-lead-box {
    margin: 0 auto;
    width: 100%;
    height: 90vh;
    /* 62 */
    z-index: -1;
    display: flex;
    line-height: 1.2;
    font-size: 13vw;
    text-shadow: 0px 2px 5px #00000029;
    padding: 0 4% 5%;
    background-color: #233656;
}

.hero-link-box{
    position: absolute;
    right: 0;
    bottom: 34%;
    z-index: 2;
}

.hero-link{
    padding: 10px 35px 10px 15px;
    position: relative;
    display: block;
    font-size: 18px;
    background: #C30E23;
}

.hero-link::after{
    position: absolute;
    content: '';
    top: 42%;
    right: 12px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.hero-link-mini{
  font-size: 12px;
}


/* sec1 */

.sec1-inner {
    margin: 0 auto;
    padding: 50px 0 400px;
    background: url("../img/top_architecture_bg.png") left top/100% #F6F6F6 no-repeat;
    background-position-y: 136px;
}

.sec1-content {
    position: relative;
    z-index: 1;
}

.sec1-content img {
    padding-right: 5%;
    width: 100%;
    height: 60vw;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.sec1-details {
    position: absolute;
    top: 77%;
    z-index: -1;
    padding: 22% 10% 10%;
    margin-left: 5%;
}

.sec1-details-head h3 {
    line-height: 1.5;
}

.sec1-details-text {
    line-height: 1.5;
    padding-bottom: 15px;
}

.sec1-details p {
    line-height: 1.7;
}

.heading-wrapper {
    margin-top: 20px;
}


/* sec2 */

.sec2-inner {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: auto;
    margin-top: 40px;
}

.sec2-item {
    position: relative;
    margin-bottom: 10px;
}

.sec2-item:last-of-type {
    margin-bottom: 0;
}

.sec2-figure {
    height: 60vw;
}

.sec2-caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 2vw;
    color: #fff;
    line-height: 1.4;
    background-color: rgba(35, 54, 86, 0.5);
    font-size: 1.4rem;
}


/* sec3 */

.sec3 {
    margin: 80px auto 0;
    padding: 0 4%;
}

.sec3 h2 {
    font-size: 7vw;
}

.sec3 small {
    font-size: 4vw;
}

.sec3-text-wrapper {
    width: 100%;
    margin-top: 37px;
}

.sec3-text-wrapper p {
    letter-spacing: 1.5px;
    line-height: 1.7;
    padding-bottom: 30px;
}

.sec3-text-wrapper p:last-of-type {
    padding-bottom: 0;
}


/* top-images-grid */

.top-images-grid {
    margin: 40px auto 0;
}

.top-images-grid img {
    display: block;
}


/* sec4 */

.l-sec4 {
    margin-top: 0px;
}

.sec4-inner {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 25px;
    background: url("../img/top_sec4_bg.png") left top #F6F6F6 no-repeat;
    background-position-y: 231px;
}

.sec4-item-wrapper {
    padding: 0 4%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.sec4-item {
    position: relative;
    margin-bottom: 10px;
    width: calc(50% - 5px);
}

.sec4-item:nth-of-type(2n) {
    margin-left: 10px;
}

.sec4-figure {
    height: 180px;
}

.sec4-caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 6px 10px;
    font-size: 1rem;
    line-height: 1.4;
    background-color: rgba(255, 255, 255, .75);
}


/* sec5 */

.sec5 {
    width: 100%;
    padding: 0 4%;
    margin-top: 80px;
}

.sec5-head {
    display: flex;
    justify-content: center;
    font-size: 6vw;
    padding: 40px 0 20px;
}

.sec5-item a {
    display: block;
    margin-top: 30px;
    color: #333;
}

.sec5-item-head {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.sec5-time {
    font-size: 1.2rem;
}

.sec5-tag {
    margin-right: 10px;
}

.sec5-body {
    margin-top: 5px;
    line-height: 1.2;
}

.sec5 .btn-small-wrapper {
    margin-top: 50px;
}

.sec5 .top-hr {
    margin-top: 50px;
}


/* sec6 */

.sec6 {
    padding: 0 4%;
    margin: 50px 0 0;
}

.sec6-body {
    margin-top: 30px;
}

.sec6-head {
    font-size: 6vw;
    color: #233656;
    text-align: center;
}

.sec6-head small {
    margin-left: 10px;
}

.sec6-body p {
    margin-top: 20px;
    line-height: 2;
}

.sec6 .btn-small-wrapper {
    margin-top: 40px;
}

.sec6-image {
    margin-top: 40px;
}

/* sec7 */

.sec7 {
    width: 100%;
    padding: 0 4%;
    margin-top: 80px;
}

.sec7-head {
    display: flex;
    justify-content: center;
    font-size: 6vw;
    padding-top: 40px;
    font-family: 'Montserrat', sans-serif;
    color: #233656;
}

.sec7-item a {
    display: block;
    margin-top: 30px;
    color: #333;
}

.sec7-item-head {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.sec7-time {
    font-size: 1.2rem;
}

.sec7-tag {
    margin-right: 10px;
}

.sec7-body {
    margin-top: 5px;
    line-height: 1.2;
}

.sec7 .btn-small-wrapper {
    margin-top: 50px;
}

.sec7 .top-hr {
    margin-top: 50px;
}



.sec7-item-wrapper {
    max-width: 430px;
    margin: 0 auto;
}

.sec7-item-wrapper-text{
    margin-top: 16px;
    line-height: 2;
    font-size: 14px;
}

.sec7-item-wrapper-link{
  margin-top: 40px;
  display: block;
}

.sec7 .top-hr {
    margin-top: 50px;
}


/* ================================================
 * 下層共通
 * ================================================*/

.inner {
    padding: 0 4%;
}

.page .mv {
    height: 300px;
}

.page h1 {
    font-size: 2.9rem;
    font-weight: normal;
    bottom: 40px;
    left: 4%;
}

.page h1 span {
    font-size: 2rem;
    display: block;
    margin-top: 8px;
}

.page .page-ttl {
    font-size: 2.4rem;
    margin-top: 60px;
    margin-bottom: 60px;
}


/*コンセプトページ共通*/

.under-txt-wrap-navy {
    margin-top: -30px;
    padding: 90px 0 60px;
}

.under-txt-wrap-navy .under-txt.under-txt-top {
    font-size: 2.4rem;
    margin-bottom: 40px;
}

.under-txt-wrap-navy .under-txt {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
}

.section-inner {
    margin-top: 80px;
    margin-bottom: 120px;
}

.section-inner .flex {
    flex-direction: column;
}

.section-inner .section-img-wrap::before {
    width: 100%;
    height: 240px;
    top: -40px;
    left: 40px;
}

.section-inner .reverse .section-img-wrap::before {
    right: 40px;
    left: auto;
}

.section-inner .section-img-wrap::after {
    width: 3px;
    height: 80px;
    bottom: -40px;
    right: 40px;
}

.section-inner .reverse .section-img-wrap::after {
    right: auto;
    left: 40px;
}

.section-inner .section-img-wrap {
    width: 100%;
    height: 240px;
}

.section-inner .section-txt-wrap {
    width: 100%;
}

.section-inner .section-ttl {
    margin: 80px auto 20px;
    font-size: 2.4rem;
}

.section-inner .section-ttl span {
    font-size: 5rem;
    left: 0;
    top: -50px;
}

.section-inner .section-txt-top {
    font-size: 2rem;
    margin-bottom: 16px;
}

.section-inner .section-txt {
    margin-bottom: 16px;
}

.section-inner .section-txt span {
    padding: 2px 8px;
    margin-bottom: 8px;
}


/*breadCrumb*/

.breadcrumb {
    overflow-x: scroll;
}

.breadcrumb li {
    font-size: 1.3rem;
}


/*pager*/

.pager li {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.pager li:last-of-type {
    margin-right: 0;
}

.pager li.prev,
.pager li.next {
    width: 100px;
}


/* ================================================
 * 建築家一覧
 * ================================================*/

.architect-list-inner {
    margin-bottom: 100px;
}

.link-list {
    flex-wrap: wrap;
    width: 280px;
    margin-bottom: 60px;
}

.link-list li {
    margin-right: 15px;
    margin-bottom: 15px;
}

.link-list li:nth-of-type(5n) {
    margin-right: 0;
}

.architect-wrap {
    width: 100%;
    margin: 20px auto 60px;
    flex-direction: column;
}

.architect-group {
    margin-top: -60px;
}

.architect-group .spacer {
    display: block;
    width: 100%;
    height: 60px;
}

.architect-item {
    width: 100%;
    margin-bottom: 30px;
}

.architect-wrap .company {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 4px;
}

.architect-wrap .representative {
    font-size: 1.4rem;
    margin-bottom: 16px;
}

.architect-wrap .architect-works:not(:last-of-type) {
    margin-bottom: 8px;
}


/* ================================================
 * 建築作品一覧
 * ================================================*/

.architecture-list-page .sec2-inner {
    margin-bottom: 100px;
    width: 100%;
}

.architecture-list-page .sec2-figure {
    height: 60vw;
}

.architecture-list-page .sec2-caption {
    font-size: 1.2rem;
}


/* ================================================
 * 建築作品詳細
 * ================================================*/

.architecture-detail-inner {
    margin-bottom: 100px;
}

.page.architecture-detail-page .page-ttl {
    text-align: left;
}

.architecture-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 60px;
}

.architecture-wrap div {
    width: 100%;
    height: 60vw;
    margin-bottom: 10px;
}

.architecture-wrap div:last-of-type {
    margin-bottom: 0;
}

.architecture-detail-page .architecture-info {
    padding: 30px 20px;
    background-color: #EEEEEE;
    height: fit-content;
}

.architecture-detail-page .architecture-info dl {
    margin-bottom: 20px;
    font-size: 1.4rem;
    flex-direction: column;
}

.architecture-detail-page .architecture-info dl:last-of-type {
    margin-bottom: 0;
}

.architecture-detail-page .architecture-info .company,
.architecture-detail-page .architecture-info .representative {
    font-size: 1.6rem;
}

.architecture-detail-page .architecture-info .company {
    margin-bottom: 4px;
}

.architecture-detail-page .architecture-info dt {
    border-bottom: solid 1px #6D8F75;
    font-size: 1.4rem;
}

.architecture-detail-page .architecture-info .architecture-txt dt {
    border: none;
}

.architecture-detail-page .architecture-info dd {
    width: 100%;
}

.architecture-detail-page .architecture-img a {
    pointer-events: none;
}

.architecture-detail-page .btn-small-wrapper {
    width: 100%;
    margin: 0 auto;
}
.architecture-detail-page #detail_contens{
  margin-top: -80px;
  padding-top: 80px;
}

/* ================================================
 * お知らせ一覧
 * ================================================*/

.news-inner {
    margin-bottom: 100px;
}

.tag-list {
    margin-bottom: 60px;
}

.tag-list .sec5-tag:last-of-type {
    margin-left: 0;
}

.tag-list li:not(:last-of-type) {
    margin-right: 10px;
}

.news-page .sec5-item-wrapper {
    margin-bottom: 80px;
}


/* ================================================
 * お知らせ詳細
 * ================================================*/

.news-detail-wrap {
    width: 100%;
    margin: 0 auto 33px;
}

.news-detail-page .page-ttl {
    margin-bottom: 4px;
}

.news-detail-page .flex {
    margin-bottom: 40px;
}

.news-txt-wrap {
    margin-bottom: 80px;
}

.news-img-wrap {
    width: 100%;
    height: 60vw;
    margin-bottom: 40px;
}

.news-txt-wrap a {
    margin-top: 20px;
}

.news-detail-page .sec5-time,
.news-detail-page .sec5-tag {
    font-size: 1.4rem;
}

.news-detail-page .news-link {
    width: 200px;
    height: 30px;
    line-height: 28px;
    margin: 0 auto;
}


/* ================================================
 * お問合せ
 * ================================================*/

.contact-inner {
    margin-bottom: 100px;
}

.contact-page .contact-txt {
    margin: 60px 0;
}

.caution {
    margin-bottom: 8px;
}

.input-area {
    width: 100%;
    margin: 0 auto;
}

.input-area dl {
    flex-direction: column;
    margin-bottom: 12px;
}

.input-area dt {
    width: 100%;
    font-size: 1.4rem;
}

.input-area dd {
    width: 100%;
}

.input-area input[type="text"],
.input-area input[type="tel"],
.input-area textarea {
    padding: 16px 12px;
    width: 100%;
}

.input-area .short input {
    width: 80%;
}

.input-area textarea {
    height: 200px;
}

.input-area .radio ul,
.input-area .chekbox ul {
    padding: 16px 12px;
    flex-direction: column;
}

.input-area .radio ul li,
.input-area .chekbox ul li {
    margin-right: 20px;
    margin-bottom: 8px;
}

.contact-page .privacy-link {
    text-align: center;
    margin: 40px auto 60px;
}

.contact-page .btn-large-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
}


/* ================================================
 * お問合せ内容確認
 * ================================================*/

.contact-confirm-page .input-area {
    padding: 20px;
    margin-bottom: 60px;
}

.contact-confirm-page .input-area dl {
    flex-direction: column;
}

.contact-confirm-page .input-area dl:not(:last-of-type) {
    margin-bottom: 20px;
    border-bottom: none;
}

.contact-confirm-page .input-area dt {
    border-bottom: solid 1px #ccc;
}

.contact-confirm-page .submit-area input {
    width: 140px;
    height: 45px;
}

.contact-confirm-page .submit-area input[type="reset"] {
    margin-right: 10px;
}


/* ================================================
 * お問合せ送信完了
 * ================================================*/

.contact-thanks-page p {
    width: 100%;
    margin: 0 auto 16px;
}

.contact-thanks-page .btn-large-wrapper {
    margin-top: 60px;
}


/* ================================================
 * 技術を価値に　technology.html
 * ================================================*/

.technology-page .btn-large-wrapper {
    justify-content: center;
}

.technology-page .btn-large::after {
    left: auto;
    right: 0;
}

.technology-page .btn-large:hover::after {
    border-bottom: 25px solid #233656;
}

.csr-list li {
    line-height: 1.8;
    margin-bottom: 12px;
}

.csr-list li ul {
    margin-top: 10px;
    margin-left: 14px;
}

.flex .section-txt {
    margin-bottom: 40px;
}

.mb6 {
    margin-bottom: 60px;
}


/* ================================================
 * 大同工業の歴史　history.html
 * ================================================*/

.history-page .under-txt-wrap-navy .under-txt.under-txt-top {
    text-align: center;
}

.history-page .under-txt {
    line-height: 2;
}

.history-page .history-list {
    padding: 60px 0 20px;
}

.history-page .history-list li {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
}

.history-page .history-list li.large {
    margin-top: 20px;
}

.history-page .history-list .year {
    position: absolute;
    top: -28px;
    left: 9vw;
    font-size: 2.8rem;
}

.history-page .large .tag {
    transform: rotate(-45deg) translateX(-3px);
}

.history-page .detail {
    width: 90%;
    font-size: 1.4rem;
}

.history-page .detail::after {
    width: 1px;
    height: 170px;
    left: -8vw;
    top: 38px;
}

.history-page .small-blue .detail::before,
.history-page .small-green .detail::before {
    left: 35px;
}

.history-page li:nth-last-of-type(2) .detail::after {
    height: 80px;
}

.history-page .small-blue .detail,
.history-page .small-green .detail {
    padding-left: 60px;
}

.history-page .large .txt {
    font-size: 1.6rem;
}

.history-page .section-inner {
    margin-top: 60px;
    margin-bottom: 60px;
}

.history-page .btn-large-wrapper {
    padding: 0;
    justify-content: center;
}


/* ================================================
 * 会社案内　company.html
 * ================================================*/

.company-page dl {
    border-bottom: none;
    width: 100%;
    margin: 0 auto 30px;
    flex-direction: column;
}

.company-page dt {
    width: 100%;
    border-bottom: solid 1px #ccc;
    margin-bottom: 8px;
}

.company-page dd {
    width: 100%;
}

.company-page .office-name {
    margin-bottom: 8px;
}

.company-page .office-info {
    margin-bottom: 30px;
}

.company-page .office-info.last {
    margin-bottom: 0;
}

.company-page .access-inner {
    margin: 0 auto 80px;
}

.company-page .map-ttl {
    margin: 0 auto 12px;
    font-size: 2rem;
}

.company-page .map-address {
    margin-bottom: 20px;
}

.company-page .maps-outer {
    padding-top: 80%;
    width: 100%;
    margin-bottom: 60px;
}
/* ================================================
 * ご挨拶　profile.html
 * ================================================*/
.profile_item{
    max-width: 900px;
    margin: 0 auto;
}
.profile_item li{
    margin-bottom: 80px;
}
.profile_img{
    text-align: center;
    margin-bottom: 15px;
}
.profile_img img{
    display: inline-block;
}
.profile_item li:nth-child(even) .profile_img img{
}
.profile_txt p{
    letter-spacing: 1.6px;
    line-height: 2;
    padding-bottom: 10px;
}
.profile_txt img{
    display: block;
    margin: 0 0 0 auto;
}



/* ================================================
 * 404 404.html
 * ================================================*/

.empty {
    padding-top: 60px;
}


/* ================================================
 * privacy-policy privacy.html
 * ================================================*/

.policy {
    letter-spacing: .05em;
    line-height: 1.75;
    padding: 50px 0 0;
}

.policy-head {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: .1em;
}

.policy-list {
    margin-top: 20px;
}