html, body {
    width: 100vw;
    overflow-x: hidden;
    margin: 0;
    font-family: "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "貂ｸ繧ｴ繧ｷ繝�け Medium", "Yu Gothic Medium", "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", sans-serif;
};


header, footer, main, section, a, img {
    width: 100%;
}

a {
    height: 100%;
}

img {
    max-width: 100%;
    object-fit: cover;
}

.guide-main p {
    margin: 0;
    font-family: "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "貂ｸ繧ｴ繧ｷ繝�け Medium", "Yu Gothic Medium", "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", sans-serif;
    font-weight: 400;
    color: #414143;
    letter-spacing: 0.04em;
    line-height: 150%;
}

.list-title {
    font-weight: 700;
}

h2 {
    font-family: "yu-mincho-pr6n","貂ｸ譏取悃", serif;
    font-weight: 600;
    display: flex;
    margin: 0;
}

.breadcrumb-item::after{
    display: none;
}

.breadcrumb img {
    width: 24px;
    margin: 0;
}

.table-container {
    overflow-x: auto; /* 讓ｪ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繧呈怏蜉ｹ縺ｫ縺吶ｋ */
    margin-right: auto; /* 荳ｭ螟ｮ謠�∴縺ｫ縺吶ｋ縺溘ａ縺ｫauto繧定ｨｭ螳� */
}

.table-container {
    width: 100%;
}

table {
    width: 100%; /* 隕ｪ隕∫ｴ�縺ｫ蜷医ｏ縺帙※蟷�ｒ隱ｿ謨ｴ */
    border-collapse: collapse; /* 髫｣謗･縺吶ｋ繝懊�繝繝ｼ繧帝㍾縺ｭ縺ｦ陦ｨ遉ｺ */
}

th, td {
    border: 1px solid #D8D8DB;
    padding: 8px;
    text-align: center;
    white-space: nowrap;
}

th {
    background-color: #F1F1F4;
}

.gray {
    background-color: #F1F1F4;
}


.guide-box button {
    height: 52px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #414143;
    font-weight: 600;
    text-decoration: none; 
    box-sizing: border-box;
    cursor: pointer;
    border: none;
}

.guide-box button a {
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: yu-mincho-pr6n, sans-serif;
    font-size: 16px;
}
.guide-button:hover {
    opacity: 0.8; 
}

  /* SP繧ｵ繧､繧ｺ (萓�: 譛螟ｧ蟷�767px莉･荳�) */
@media screen and (max-width: 767px) { 
    .breadcrumb {
        display: flex;
        padding: 16px;
        align-items: center;
        align-self: stretch;
        margin-bottom:0 ;
    }
    .breadcrumb-item {
        font-size: 12px;
    }
    h2 {
        font-size: 24px;
        padding: 8px 16px 16px 16px;
    }
    p {        
        font-size: 14px;
    }
    .guide-box {
        display: flex;
        padding: 0px 16px 40px 16px;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .guide-text {
        display: flex;
        padding-bottom: 40px;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        width: 100%;
    }
    .guide-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        width: 100%;
    }
    .guide-box .guide-list img {
        width: 240px;
    }
    .button-box {
        width: 100%;
        display: flex;
        justify-content: center;
    }

}

  /* PC繧ｵ繧､繧ｺ (萓�: 768px莉･荳�) */
@media screen and (min-width: 768px) {
    .breadcrumb {
        display: flex;
        padding: 16px 80px;
        align-items: center;
        align-self: stretch;
    }
    .breadcrumb-item {
        font-size: 14px;
    }
    h2 {
        font-size: 28px;
        padding: 16px 80px;
    }
    p {        
        font-size: 16px;
    }
    .guide-box {
        display: flex;
        padding: 0px 80px 64px 80px;
        justify-content: flex-start;
    } 
    .guide-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        width: 60%;
    }
    .guide-list {
        align-items: flex-start;
    }
    .guide-box .guide-list img {
        width: 300px;
    }
    .guide-box button{
        height: 56px;
        width: 40vw;
    }
    .button-box {
        width: 30%;
        position: fixed;
        top: 80%;
        right: 80px;
        transform: translateY(-50%);
    }
    .guide-box button {
        height: 56px;
        width: 40vw;
    }
    .guide-box button a {
        font-size: 18px;
    }
   
}