/*
Theme Name: Theme firenzelife
Theme URI: 
Author: Akira Nayoka
Author URI: 
Description: 
Version: 1.0

/* =Reset
-------------------------------------------------------------- */
@media only screen and (max-width: 767px){
    .section_title{
        letter-spacing: 0;
    }
}

.page-inner {
    overflow: hidden
}

.page-privacy-policy .page-title-container::after{
    display: none;
}
.page-inner .privacy-policy{
    width: min(1200px, 90%);
    margin-inline: auto;
    letter-spacing: normal;
    padding-top: 50px;
}

.page-inner .privacy-policy h2.wp-block-heading.ttl-04{
    font-size: 16px;
    margin-bottom: 20px;
    background-image: url(https://www.minayoshi-dsc.com/images/bg7.png);
    background-repeat: repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 15px;
    font-family: "FOT-セザンヌ Pro DB";
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 30px;
}
.page-inner .privacy-policy h2.wp-block-heading.ttl-03 {
    font-size: 16px;
    margin-bottom: 20px;
    font-family: "FOT-セザンヌ Pro DB";
    color: #000;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 30px;
}

.page-inner .privacy-policy .wp-block-group p,
.page-inner .privacy-policy .wp-block-group .wp-block-list{
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}
.page-inner .privacy-policy .wp-block-group .wp-block-list{
    list-style: disc;
}
.page-inner .privacy-policy .wp-block-group .wp-block-list li{
    margin-left: 20px;
}

.table{
    width: 100%;
}
.table tr th,
.table tr td:first-child{
    padding: 20px;
    border-bottom: 1px solid #ddd;
    color: #2a79c1;
    font-weight: 700;
}
.table tr td{
    padding: 20px 24px 20px 20px;
    border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 767px){
    .table tr,
    .table tr th,
    .table tr td{
        display: block;
    }
}
.mgn-btm40 {
    margin-bottom: 40px;
}

.footer .bottom-area .inner{
    align-items: flex-end;
}
.footer--menu{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}
@media screen and (max-width: 768px) {
    .footer .bottom-area .top-container {
        width: 100%;
    }
    .footer .bottom-area {
        padding: 50px 5% 125px;
    }
}


.staff-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.staff-card {
    width: calc(33.333% - 14px); /* 3 columns */
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .staff-card {
        width: calc(50% - 10px);
    }
}
@media (max-width: 480px) {
    .staff-card {
        width: 100%;
    }
}

.staff-card .role{
    font-size: 14px;
    line-height: 2;
}
.staff-card h3{
    font-size: 18px;
    line-height: 2;
}
.staff-card h3 span{
    font-size: 14px;
    line-height: 2;
    margin-left: 20px;
}
.staff-card .desc{
    font-size: 15px;
    line-height: 1.5;
    color: #4a4a4a;
}