@charset "utf-8";
#under h2 {
    height: auto;
    padding: 0 0.14rem 0.1rem 0.14rem;
    min-height: auto;
    margin-bottom: 0.5rem;
    background: none;
    border-left: none;
    border-bottom: #ebebeb 2px solid;
}
#under h2::before {
    content: 'h';
    margin-right: 0.28rem;
    font-weight: normal;
    font-size: 0.5rem;
    font-family: 'webfont';
    color: #d10312;
}
article .wrapper {
    margin-bottom: 1.2rem;
}
.greeting p {
    margin-bottom: 0.3rem;
}
.summary table {
    width: 100%;
    margin-bottom: 0.6rem;
    border-collapse: collapse;
    border-spacing: 0;
}
.summary table th,
.summary table td {
    padding: 0.18rem 0;
    border-bottom: #ebebeb 2px solid;
    vertical-align: top;
    font-size: 0.16rem;
}
.summary table th {
    width: 1.5rem;
    font-weight: normal;
    text-align: left;
}
.summary table th::before {
    content: '■';
    margin-right: 1em;
    color: #cd0312;
}
.summary ol {
    counter-reset: jigyo;
}
.summary ol>li::before {
    content: counter(jigyo)'.';
    margin-right: 1em;
    counter-increment: jigyo;
}
ul.designlist {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
ul.designlist>li {
    width: 3.56rem;
    margin: 0 0.36rem 0.3rem 0;
}
ul.designlist>li figure {
    width: 100%;
    height: 2.64rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
ul.designlist>li figure>figucaption {
    height: 0.5rem;
    background: rgba(209,3,18,.3);
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
ul.designlist>li figure>img {
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 2.64rem;
}
ul.designlist>li:nth-child(3n) {
    margin-right: 0;
}

@media screen and (min-width:1118px) { /* PCのみ */
}

@media screen and (min-width:768px) { /* PC・タブレットのみ */
}

@media screen and (max-width:1118px) { /* タブレット以下の場合 */
    ul.designlist>li {
        width: 31%;
        margin: 0 3.5% 0.3rem 0;
    }
}

@media screen and (max-width:1118px) and (min-width:768px) { /* タブレットのみ */
}

@media screen and (max-width:768px) { /* スマホのみ */
    .summary table th,
    .summary table td {
        font-size: 0.3rem;
    }
    .summary table th {
        width: 2.2rem;
    }
    .summary table th::before {
        margin-right: 0;
        color: #cd0312;
    }
}