@charset "utf-8";
@import url("initiative.css");

/*-------------------------*/
/*ベビーファースト宣言*/
/*-------------------------*/
#babyfirst {}
#babyfirst .intro {
    margin-bottom: 50px;
}
#babyfirst .figure {
    margin: 40px auto;
    border-radius: 10px;
    border: 1px #ddd solid;
    text-align: center;
}
#babyfirst .figure figcaption {
    margin-top: 30px;
    font-weight: bold;
    font-size: clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem);
    line-height: 140%;
    color: #000;
}
.tbl-babyfirst {
    width: 100%;
    max-width: 1000px;
    border-collapse: collapse;
    border: 1px #ddd solid;
    margin-bottom: 20px;
}
.tbl-babyfirst th {
    width: 340px;
    text-align: left;
    padding: 15px;
    background-color: #f7f7f7;
    border-right: 1px #ddd dotted;
    border-bottom: 1px #ddd solid;
}
.tbl-babyfirst td {
    padding: 15px;
    border-bottom: 1px #ddd solid;
}
.tbl-babyfirst td .small {
    margin-top: 10px;
}















/****************************/
/*レスポンシブ*/
/****************************/
@media screen and (max-width: 1279px) {
}

@media screen and (max-width: 979px) {
}

@media screen and (max-width: 779px) {
}

@media screen and (max-width: 579px) {
}

@media screen and (max-width: 379px) {
}

