.fp_birthstone .contents a {
    text-decoration: underline;
}


.fp_birthstone h2 {
    padding: 0.5em;
    background-color: #00b285;
    color: #f7f7f7;
    font-weight: bold;
    margin: 1em 0 2em;
}

.fp_birthstone p {
    line-height: 1.8em;
}

.fp_birthstone table {
    margin-top: 60px;
    border: solid #ddd 1px;
    border-collapse: collapse;
}

.fp_birthstone th{
    background-color: #f7f7f7;
}

.fp_birthstone th,
.fp_birthstone td {
    border: solid #ddd 1px;
    padding: 1em;
}

.fp_birthstone td:first-child {
    font-weight: bold;
    text-align: center;
    width: 12em;
}

.fp_birthstone td:first-child span {
    display: inline-block;
    width: 100%;
    margin: 5px auto;
}
.fp_birthstone td:nth-child(3){
    line-height: 1.6em;
}
.fp_birthstone td:nth-child(3) span {
    display: inline-block;
    margin: 2px 4px;
}

/* 幅1000px以下 */
@media screen and (max-width: 1000px) {}

@media screen and (max-width: 640px) {
    .fp_birthstone tr:first-child {
        display: none;
    }

    .fp_birthstone tr {
        border-bottom: 1px solid #ddd;
    }

    .fp_birthstone td {
        border: none;
        width: 100%;
        display: block;
    }

    .fp_birthstone td:first-child {
        width: 100%;
    }

    .fp_birthstone td:first-child:before {
        content: "誕生石";
        display: block;
        padding: 1em;
        background-color: #f7f7f7;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .fp_birthstone td:nth-child(2):before {
        content: "特長";
        display: block;
        padding: 1em;
        background-color: #f7f7f7;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .fp_birthstone td:nth-child(3):before {
        content: "石言葉";
        display: block;
        padding: 1em;
        background-color: #f7f7f7;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        margin-bottom: 10px;
        font-weight: bold;
    }
}
