@charset "utf-8";

/**
 * Content
 */
.spec .title h2 {
    font-size: 1.8rem;
    text-align: center;
}

.spec .content .flex {
    margin-bottom: 3rem;
}

.spec .content .flex .img {
    position: relative;
    margin-bottom: 1rem;
}

.spec .content .flex .img p {
    position: absolute;
    top: 1rem;
    left: -1rem;
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #F4F4F4;
    font-size: 1.3rem;
    background-color: #008842;
}

.spec .content .flex .txt h3 {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
    text-align: center;
}

.spec .content .frame {
    padding: 3rem 2rem;
    background-color: #FFFFFF;
}

.spec .content .frame.last {
    margin-bottom: 3rem;
}

.spec .content .frame .ttl {
    margin-bottom: 2rem;
}

.spec .content .frame .ttl h3 {
    font-size: 1.8rem;
    text-align: center;
}

.spec .content .frame .ttl h3 small {
    font-size: 1.6rem;
}

.spec .content .frame .ttl .border {
    margin-bottom: 1rem;
    padding: 1rem;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    border-radius: 5rem;
    border: 0.1rem solid #333333;
}

.spec .content .frame .con {
    margin-bottom: 3rem;
}

.spec .content .frame .con:nth-last-of-type(1) {
    margin-bottom: 0;
}

.spec .content .frame .con .heat {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.spec .content .frame .con .heat li {
    width: calc((100% - 2rem) / 2);
    margin-right: 2rem;
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #F4F4F4;
    border: 0.1rem solid #D8D8D8;
}

.spec .content .frame .con .heat li:nth-of-type(2n) {
    margin-right: 0;
}

.spec .content .frame .con .heat li:nth-last-of-type(1),
.spec .content .frame .con .heat li:nth-last-of-type(2) {
    margin-bottom: 0;
}

.spec .content .frame .con .heat li p:nth-of-type(1) {
    max-width: 12rem;
    margin: 0 auto;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.spec .content .frame .con .heat li p:nth-of-type(2) {
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
}

.spec .content .frame .con .heat li p:nth-of-type(2) span {
    padding-right: 0.2rem;
    color: #008842;
    font-size: 3.6rem;
}

.spec .content .frame .con .data1 {
    text-align: center;
}

.spec .content .frame .con .data1 .img {
    margin-bottom: 1rem;
}

.spec .content .frame .con .data1 .txt p:nth-of-type(1) {
    display: inline-block;
    margin-bottom: 1rem;
    text-align: left;
}

.spec .content .frame .con .data1 .txt p:nth-of-type(1) span:nth-of-type(1) {
    color: #B94047;
}

.spec .content .frame .con .data1 .txt p:nth-of-type(1) span:nth-of-type(2) {
    color: #1EABB9;
}

.spec .content .frame .con .data1 .txt p:nth-of-type(1) span:nth-of-type(3) {
    color: #808080;
}

.spec .content .frame .con .data1 .txt p:nth-of-type(1) span:nth-of-type(4) {
    color: #D8D8D8;
}

.spec .content .frame .con .data1 .txt p:nth-of-type(2) {
    color: #717171;
    font-size: 1.3rem;
}

.spec .content .frame .con .reno li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 2rem;
    background-color: #F4F4F4;
}

.spec .content .frame .con .reno li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.spec .content .frame .con .reno li .img {
    position: relative;
    width: 40%;
}

.spec .content .frame .con .reno li .img::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.spec .content .frame .con .reno li .img img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.spec .content .frame .con .reno li .txt {
    width: 60%;
    padding: 1rem;
}

.spec .content .frame .con .reno li .txt h4 {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
}

.spec .content .frame .con .reno li .txt p {
    font-size: 1.3rem;
}

.spec .content .frame .quake li {
    margin-bottom: 1rem;
}

.spec .content .frame .quake li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.spec .content .frame .quake li h4 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    text-align: center;
}

.spec .content .frame .quake li h4 small {
    font-size: 1.6rem;
}

.spec .content .frame .con .data2 .img {
    margin-bottom: 1rem;
}

.spec .content .frame .con .data2 .txt h4 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    text-align: center;
}

.spec .content .frame .con .data2 .txt ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.spec .content .frame .con .data2 .txt ul li {
    width: calc((100% - 0.2rem) / 2);
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    padding: 2rem 1rem;
    background-color: #F4F4F4;
}

.spec .content .frame .con .data2 .txt ul li:nth-of-type(2n) {
    margin-right: 0;
}

.spec .content .frame .con .data2 .txt ul li:nth-last-of-type(1),
.spec .content .frame .con .data2 .txt ul li:nth-last-of-type(2) {
    margin-bottom: 0;
}

.spec .content .frame .con .data2 .txt ul li img {
    width: 8rem;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.spec .content .frame .con .data2 .txt ul li h5 {
    font-size: 1.5rem;
    text-align: center;
}

.spec .content .frame .con .plus li {
    margin-bottom: 2rem;
}

.spec .content .frame .con .plus li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.spec .content .frame .con .plus li .txt {
    margin-bottom: 1rem;
}

.spec .content .frame .con .plus li .txt img {
    max-width: 10rem;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.spec .content .frame .con .plus li .txt h4 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    text-align: center;
}

.spec .content .frame .con .plus li .txt h4 span {
    padding-bottom: 0.5rem;
}

.spec .content .frame .con .plus li .txt h4 .ttl-01 {
    border-bottom: 0.3rem solid #00A094;
}

.spec .content .frame .con .plus li .txt h4 .ttl-02 {
    border-bottom: 0.3rem solid #9261A5;
}

.spec .content .frame .con .plus li .txt h4 .ttl-03 {
    border-bottom: 0.3rem solid #00A0D3;
}

.spec .content .frame .con .plus li .txt h4 .ttl-04 {
    border-bottom: 0.3rem solid #E7328C;
}

.spec .content .frame .con .plus li .img {
    position: relative;
}

.spec .content .frame .con .plus li .img::before {
    content: "";
    display: block;
    padding-top: 57%;
}

.spec .content .frame .con .plus li .img img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

@media all and (min-width: 500px) {

    .spec .title h2 {
        font-size: 2.2rem;
    }

    .spec .content .flex {
        margin-bottom: 4.5rem;
    }

    .spec .content .flex .img {
        margin-bottom: 1.5rem;
    }

    .spec .content .flex .img p {
        top: 1.5rem;
        left: -1.5rem;
    }

    .spec .content .flex .txt h3 {
        font-size: 2.2rem;
    }

    .spec .content .frame {
        padding: 4.5rem 3rem;
    }

    .spec .content .frame.last {
        margin-bottom: 4.5rem;
    }

    .spec .content .frame .ttl {
        margin-bottom: 3rem;
    }

    .spec .content .frame .ttl h3 {
        font-size: 2.2rem;
    }

    .spec .content .frame .ttl h3 small {
        font-size: 1.7rem;
    }

    .spec .content .frame .ttl .border {
        margin-bottom: 1.5rem;
        padding: 1.5rem;
        font-size: 1.7rem;
    }

    .spec .content .frame .con {
        margin-bottom: 4.5rem;
    }

    .spec .content .frame .con .heat li {
        width: calc((100% - 3rem) / 2);
        margin-right: 3rem;
        margin-bottom: 3rem;
        padding: 1.5rem;
    }

    .spec .content .frame .con .heat li p:nth-of-type(1) {
        margin-bottom: 1.5rem;
    }

    .spec .content .frame .con .data1 .img {
        margin-bottom: 1.5rem;
    }

    .spec .content .frame .con .data1 .txt p:nth-of-type(1) {
        margin-bottom: 1.5rem;
    }

    .spec .content .frame .con .reno li {
        margin-bottom: 3rem;
    }

    .spec .content .frame .con .reno li .img::before {
        padding-top: 75%;
    }

    .spec .content .frame .con .reno li .txt {
        padding: 1.5rem;
    }

    .spec .content .frame .con .reno li .txt h4 {
        font-size: 1.7rem;
    }

    .spec .content .frame .quake li {
        margin-bottom: 1.5rem;
    }

    .spec .content .frame .quake li h4 {
        margin-bottom: 1.5rem;
        font-size: 2.2rem;
    }

    .spec .content .frame .quake li h4 small {
        font-size: 1.7rem;
    }

    .spec .content .frame .con .data2 .img {
        margin-bottom: 1.5rem;
    }

    .spec .content .frame .con .data2 .txt h4 {
        margin-bottom: 1.5rem;
        font-size: 2.2rem;
    }

    .spec .content .frame .con .data2 .txt ul li {
        width: calc((100% - 0.4rem) / 3);
        margin-right: 0.2rem;
        margin-bottom: 0.2rem;
        padding: 3rem 1.5rem;
    }

    .spec .content .frame .con .data2 .txt ul li:nth-of-type(2n) {
        margin-right: 0.2rem;
    }

    .spec .content .frame .con .data2 .txt ul li:nth-of-type(3n) {
        margin-right: 0;
    }

    .spec .content .frame .con .data2 .txt ul li:nth-last-of-type(3) {
        margin-bottom: 0;
    }

    .spec .content .frame .con .data2 .txt ul li img {
        margin-bottom: 1.5rem;
    }

    .spec .content .frame .con .plus li {
        margin-bottom: 3rem;
    }

    .relation .content ul li {
        margin-bottom: 4.5rem;
    }

    .spec .content .frame .con .plus li .txt {
        margin-bottom: 1.5rem;
    }

    .spec .content .frame .con .plus li .txt img {
        max-width: 15rem;
        margin-bottom: 1.5rem;
    }

    .spec .content .frame .con .plus li .txt h4 {
        font-size: 2.2rem;
    }

    .spec .content .frame .con .plus li .txt p {
        text-align: center;
    }

}

@media all and (min-width: 1000px) {

    .spec .title h2 {
        font-size: 2.6rem;
    }

    .spec .content .flex {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 6rem;
    }

    .spec .content .flex .img,
    .spec .content .flex .txt {
        width: 50%;
    }

    .spec .content .flex .img {
        margin-bottom: 0;
    }

    .spec .content .flex .img p {
        top: 2rem;
        left: -2rem;
    }

    .spec .content .flex .txt {
        padding-left: 4rem;
    }

    .spec .content .flex .txt h3 {
        font-size: 2.6rem;
        text-align: left;
    }

    .spec .content .frame {
        padding: 6rem 4rem;
    }

    .spec .content .frame.last {
        margin-bottom: 6rem;
    }

    .spec .content .frame .ttl {
        margin-bottom: 4rem;
    }

    .spec .content .frame .ttl h3 {
        font-size: 2.6rem;
    }

    .spec .content .frame .ttl h3 small {
        padding-left: 0.2rem;
        font-size: 1.8rem;
    }

    .spec .content .frame .ttl h3 br {
        display: none;
    }

    .spec .content .frame .ttl .border {
        max-width: 62rem;
        margin: 0 auto;
        margin-bottom: 2rem;
        padding: 2rem;
        font-size: 1.8rem;
    }

    .spec .content .frame .ttl .border br {
        display: none;
    }

    .spec .content .frame .con {
        margin-bottom: 6rem;
    }

    .spec .content .frame .con .heat li {
        width: calc((100% - 6rem) / 4);
        margin-right: 2rem;
        margin-bottom: 0;
        padding: 2rem;
    }

    .spec .content .frame .con .heat li:nth-of-type(2n) {
        margin-right: 2rem;
    }

    .spec .content .frame .con .heat li:nth-of-type(4n) {
        margin-right: 0;
    }

    .spec .content .frame .con .heat li p:nth-of-type(1) {
        margin-bottom: 2rem;
    }

    .spec .content .frame .con .data1 .img {
        max-width: 42rem;
        margin: 0 auto;
        margin-bottom: 2rem;
    }

    .spec .content .frame .con .data1 .txt p:nth-of-type(1) {
        margin-bottom: 2rem;
        text-align: center;
    }

    .spec .content .frame .con .data1 .txt p:nth-of-type(1) span {
        padding-left: 2rem;
    }

    .spec .content .frame .con .data1 .txt p:nth-of-type(1) span:nth-of-type(1) {
        padding-left: 0;
    }

    .spec .content .frame .con .data1 .txt p:nth-of-type(1) br {
        display: none;
    }

    .spec .content .frame .con .reno {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .spec .content .frame .con .reno li {
        display: block;
        width: calc((100% - 4rem) / 3);
        margin-right: 2rem;
        margin-bottom: 0;
    }

    .spec .content .frame .con .reno li:nth-of-type(3n) {
        margin-right: 0;
    }

    .spec .content .frame .con .reno li .img {
        width: 100%;
    }

    .spec .content .frame .con .reno li .img::before {
        padding-top: 57%;
    }

    .spec .content .frame .con .reno li .txt {
        width: 100%;
        padding: 2rem;
    }

    .spec .content .frame .con .reno li .txt h4 {
        font-size: 1.8rem;
        text-align: center;
    }

    .spec .content .frame .quake {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .spec .content .frame .quake li {
        width: calc((100% - 4rem) / 2);
        margin-right: 4rem;
        margin-bottom: 0;
    }

    .spec .content .frame .quake li:nth-of-type(2n) {
        margin-right: 0;
    }

    .spec .content .frame .quake li h4 {
        margin-bottom: 2rem;
        font-size: 2.6rem;
        text-align: left;
    }

    .spec .content .frame .quake li h4 small {
        font-size: 1.8rem;
    }

    .spec .content .frame .con .data2 .img {
        max-width: 42rem;
        margin: 0 auto;
        margin-bottom: 2rem;
    }

    .spec .content .frame .con .data2 .txt h4 {
        margin-bottom: 2rem;
        font-size: 2.6rem;
    }

    .spec .content .frame .con .data2 .txt ul li {
        width: calc((100% - 1rem) / 6);
        margin-right: 0.2rem;
        margin-bottom: 0.2rem;
        padding: 4rem 2rem;
    }

    .spec .content .frame .con .data2 .txt ul li:nth-of-type(3n) {
        margin-right: 0.2rem;
    }

    .spec .content .frame .con .data2 .txt ul li:nth-of-type(6n) {
        margin-right: 0;
    }

    .spec .content .frame .con .data2 .txt ul li:nth-last-of-type(4),
    .spec .content .frame .con .data2 .txt ul li:nth-last-of-type(5),
    .spec .content .frame .con .data2 .txt ul li:nth-last-of-type(6) {
        margin-bottom: 0;
    }

    .spec .content .frame .con .data2 .txt ul li img {
        margin-bottom: 2rem;
    }

    .spec .content .frame .con .plus li {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 4rem;
    }

    .spec .content .frame .con .plus li .txt,
    .spec .content .frame .con .plus li .img {
        width: 50%;
    }

    .spec .content .frame .con .plus li .txt {
        padding-right: 4rem;
        margin-bottom: 0;
    }

    .spec .content .frame .con .plus li .txt img {
        max-width: 20rem;
        margin-bottom: 2rem;
    }

    .spec .content .frame .con .plus li .txt h4 {
        font-size: 2.6rem;
    }

}
