.rounded-box {
    border-radius: 14px;
    overflow: hidden;
    margin: 0 0 0 35px;
    width: calc(100% - 80px);
    height: 300px;
}

.info-content {
    margin-top: 21px;
    margin-left: 60px;
    position: relative;
}

.breadcrumbs {
    font-size: 16px;
    margin: 10px 0 0 0;
    position: absolute;
    top: -30px;
    left: 60px;
}

.breadcrumbs ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.breadcrumbs li {
    margin-right: 5px;
}

.breadcrumbs a {
    text-decoration: none;
    color: #004A4C;
}

.info-content h2 {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 12px;
}

.info-content h3 {
    font-size: 10px;
    font-weight: 600;
    color: #004A4C;
    margin-bottom: 12px;
}

.info-content {
    margin-top: 58px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
}

#company-info {
    margin-top: 20px; /* フォーム上部に20pxのマージン */
    width: 50%; /* フォームの幅を50%に設定 */
    margin-left: auto; /* 左端を自動で配置 */
    margin-right: auto; /* 右端を自動で配置 */
    padding: 100px; /* フォームの内部に20pxのパディング */
    border-radius: 34px;
    background: #F7F5EC;
    box-shadow:  7px 7px 14px #bebdb6,
                -7px -7px 14px #ffffff;
    text-align: left;
    margin-bottom: 50px;
}

.info-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 20px;
}

.info-list {
    flex: 0 0 30%;
    font-weight: bold;
}

h2 {
    color: #004A4C;
}


footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
    width: 100%;
}

@media screen and (max-width: 450px) {
    .breadcrumbs{
        display: none;
    }

    #company-info{
        width: 70%;
        padding: 20px; 
    }

    .info-item {
     font-size: 16px;
    }
}
