body {
    font-family: "メイリオ", 'Meiryo', sans-serif;
}

a {
    display: inline-block;
}

.txt_center {
    text-align: center;
}
.txt_center {
    text-align: left;
}

.btn_shiryo img {
    margin-bottom: 2px;
    border: 0px none;
}
.btn_shiryo img:hover {
    opacity: 0;
}

#totowa.footer-btn,
.footer-btn {
    margin: 18px 0 0;
    line-height: 1;
    img {
        vertical-align: middle;
    }
}
.footer-btn.dl-center {
    margin-top: 40px;
    font-size: 16px;
}


#main {
    width: 800px;
    /*
    font-family: "verdana","Arial","MS Pゴシック","MS ゴシック","sans-serif","ヒラギノ Pro W6";*/
    font-size: 14px;
    line-height: 1;
    padding: 10px 40px 40px;
    .sub {
        display: flex;
        margin: 50px 0 0;
        .contact {
            margin-left: -30px;
        }
    }
    .sub:first-child {
        margin-top: 0;
    }
    h2 {
        position: relative;
        margin: 12px 0 0;
        padding: 2px 0 0 20px;
        font-size: 16px;
        font-weight: bold;
        &::before {
            position: absolute;
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            margin-top: 1px;
            margin-left: -14px;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-right: none;
            border-left: 10px solid #990000;
        }
        &+div {
            margin-bottom: 30px;
        }
    }
    .new {
        width: 32px;
        height: 12px;
        margin-bottom: 5px;
        text-align: left;
    }
    .small,.middle,.large,.in,.outdoor,.regi,.pos,.self,.other{
        display: flex;
        align-items: flex-start;
        .icon {
            width: 115px;
            margin: 6px 10px 0;
            text-align: center;
            .name {
                margin-top: 10px;
                line-height: 1.2;
                color: #444;
                font-size: 12px;
                align-content: center;
                font-weight: bold;
            }
        }
    }
    .small,.middle,.large {
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-bottom: 1px solid #ccc;
    }
    .small>.icon {
        &:nth-child(2) {
            .content {
                margin: 19px 0;
            }
        }
        &:nth-child(n+3) {
            .content {
                margin: 40px 0;
            }
        }
    }
    .large>.icon {
        &:nth-child(2) {
            .content {
                margin: 29px 0;
            }
        }
    }
    .outdoor>.icon {
        margin: 0 42px 7px;
    }
    .regi>.icon {
        &:nth-child(-n+2) {
            margin-top: 32px;
        }
    }
    .pos>.icon {
        &:nth-child(-n+2) {
            .content {
                margin: 12px 0;
            }
        }
        &:nth-child(n+4) {
            .content {
                height: 78px;
                margin-top: 20px;
            }
        }
    }
}