/* Corp Contact List Styles */
/* 本部へのお問い合わせページ用スタイル */

/* Stores Section Styles (copied from stores.css) */
.stores-section {
    padding: 40px 0;
}

.stores-section.hero-section {
    padding: 0;
}

.stores-top-section {
    padding-top: 0;
}

.stores-padding-0 {
    padding: 0;
}

.stores-text-right {
    text-align: right;
}

.stores-section.intro-section {
    padding: 60px 0;
}

/* Stores Container */
.stores-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
}

/* Stores Column Layout */
.stores-column {
    padding: 0 15px;
    box-sizing: border-box;
}

.stores-col-50 {
    width: 50%;
}

.stores-col-100 {
    width: 100%;
    flex: 0 0 100%;
}

.stores-top-column {
    margin-bottom: 0;
}

/* Stores Column Gap */
.stores-column-gap-default .stores-column {
    padding: 0 15px;
}

/* Stores Widget Styles */
.stores-widget-wrap {
    padding: 15px 0;
}

.stores-widget-wrap > .stores-section {
    margin-bottom: 0;
}

.stores-element-populated {
    padding: 15px;
}

.stores-widget-container {
    padding: 0;
}

/* Stores Heading Styles */
.stores-heading-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.stores-size-default {
    font-size: 1.5rem;
}

/* Ensure p tags with stores-heading-title are centered */
p.stores-heading-title {
    text-align: center;
    margin: 0;
}

/* Right align when stores-text-right is applied */
.stores-text-right p.stores-heading-title {
    text-align: right;
}

.stores-text-right .stores-widget-heading .stores-heading-title[class*="stores-size-"] > a {
    color: inherit;
    font-size: 16px;
    line-height: inherit;
    text-decoration: underline;
}

.stores-text-right .stores-widget:not(:last-child) {
    margin-block-end: 20px;
}

/* Stores Section Height */
.stores-section-height-default {
    min-height: auto;
}

/* Stores Section Boxed */
.stores-section.stores-section-boxed > .stores-container {
    max-width: 1200px;
}

/* Stores Element */
.stores-element {
    position: relative;
}

/* Section Styles */
.corp-contactlist-section {
    padding: 0;
    width: 100%;
}

.corp-contactlist-top-section {
    padding-top: 0;
}

.corp-contactlist-padding-0 {
    padding: 0;
}

.corp-contactlist-text-right {
    text-align: right;
}

.corp-contactlist-section-boxed {
    max-width: 1200px;
    margin: 0 auto;
}

.corp-contactlist-section.corp-contactlist-section-boxed > .corp-contactlist-container {
    max-width: 1200px;
}

.corp-contactlist-section-height-default {
    min-height: auto;
}

.corp-contactlist-section + .corp-contactlist-section {
    padding-top: 20px;
}

.corp-contactlist-inner-section {
    margin-top: 30px;
}

/* Container Styles */
.corp-contactlist-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
}

.corp-contactlist-column-gap-default {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* Column Styles */
.corp-contactlist-column {
    display: flex;
    flex-direction: column;
}

.corp-contactlist-col-100 {
    width: 100%;
    flex: 0 0 100%;
}

.corp-contactlist-col-33 {
    width: calc(33.333% - 14px);
    flex: 0 0 calc(33.333% - 14px);
    max-width: 300px;
}

.corp-contactlist-top-column {
    margin-bottom: 0;
}

.corp-contactlist-inner-column {
    margin-bottom: 0;
}

/* Widget Styles */
.corp-contactlist-widget-wrap {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.corp-contactlist-widget-wrap > .corp-contactlist-section {
    margin-bottom: 0;
}

.corp-contactlist-element-populated {
    padding: 15px;
}

.corp-contactlist-widget {
    margin-bottom: 0;
}

.corp-contactlist-widget-container {
    padding: 0;
}

.corp-contactlist-widget-heading {
    text-align: center;
}

/* Heading Styles */
.corp-contactlist-heading-title {
    font-family: "Noto Sans JP", Sans-serif;
    color: #120A0A;
    font-weight: 600;
    line-height: 1.6;
    margin: 0;
}

.corp-contactlist-heading-title.corp-contactlist-size-default {
    font-size: 20px;
}

.corp-contactlist-widget-heading h2.corp-contactlist-heading-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.corp-contactlist-widget-heading p.corp-contactlist-heading-title {
    text-align: center;
    margin: 0;
    font-size: 18px;
    margin-bottom: 10px;
}

/* Right align when corp-contactlist-text-right is applied */
.corp-contactlist-text-right p.corp-contactlist-heading-title {
    text-align: right;
}

.corp-contactlist-widget-heading p.corp-contactlist-heading-title a {
    color: #120A0A;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.corp-contactlist-text-right .corp-contactlist-widget-heading .corp-contactlist-heading-title[class*="corp-contactlist-size-"] > a {
    color: inherit;
    font-size: 16px;
    line-height: inherit;
    text-decoration: underline;
}

.corp-contactlist-widget-heading p.corp-contactlist-heading-title a:hover {
    color: #007cba;
}

.corp-contactlist-text-right .corp-contactlist-widget:not(:last-child) {
    margin-block-end: 20px;
}

/* Element Utilities */
.corp-contactlist-element {
    position: relative;
}

.corp-contactlist-element-28de7d3 {
    margin-top: 3%;
    margin-bottom: 3%;
}

.corp-contactlist-align-justify {
    text-align: justify;
}

/* Button Wrapper Styles */
.corp-contactlist-buttons-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    justify-content: center;
    align-items: stretch;
}

.corp-contactlist-buttons-wrapper .generic-button-section {
    flex: 1;
    max-width: calc(33.333% - 14px);
}

.corp-contactlist-buttons-wrapper .generic-button-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

/* Button Styles */
.corp-contactlist-button-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.corp-contactlist-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 48px;
    background-color: #297842;
    color: white;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 280px;
    text-align: center;
    line-height: 1.2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.corp-contactlist-button:hover {
    background-color: #00516D;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 81, 109, 0.3);
    color: white;
    text-decoration: none;
}

.corp-contactlist-button:active {
    transform: translateY(0);
}

.corp-contactlist-button-link {
    display: inline-block;
}

.corp-contactlist-button-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.corp-contactlist-button-text {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.corp-contactlist-size-sm {
    font-size: 14px;
}

.corp-contactlist-size-sm .corp-contactlist-button-text {
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .corp-contactlist-section {
        padding: 0;
    }
    
    .corp-contactlist-top-section {
        padding-top: 0;
    }
    
    .corp-contactlist-container {
        padding: 0 20px;
    }
    
    .corp-contactlist-widget-heading h2.corp-contactlist-heading-title {
        font-size: 18px;
    }
    
    .corp-contactlist-widget-heading p.corp-contactlist-heading-title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .corp-contactlist-section {
        padding: 0;
    }
    
    .corp-contactlist-top-section {
        padding-top: 0;
    }
    
    .corp-contactlist-container {
        padding: 0 15px;
    }
    
    .corp-contactlist-column-gap-default {
        gap: 15px;
    }
    
    .corp-contactlist-col-33 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .corp-contactlist-buttons-wrapper {
        flex-direction: column;
        gap: 15px;
    }
    
    .corp-contactlist-buttons-wrapper .generic-button-section {
        flex: 1 1 100%;
        max-width: 100%;
    }
    
    .corp-contactlist-button {
        max-width: 100%;
    }
    
    .corp-contactlist-widget-wrap {
        gap: 0;
    }
    
    .corp-contactlist-element-populated {
        padding: 0;
    }
    
    .corp-contactlist-widget-heading h2.corp-contactlist-heading-title {
        font-size: 16px;
    }
    
    .corp-contactlist-widget-heading p.corp-contactlist-heading-title {
        font-size: 14px;
    }
    
    .corp-contactlist-button {
        width: 100%;
        min-width: unset;
        padding: 12px 32px;
        font-size: 14px;
    }
    
    .corp-contactlist-button-text {
        font-size: 14px;
    }
}

/* Accessibility */
.corp-contactlist-button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

