@use "../../foundation/import" as f; /* request ----------------------------------- */ .c-request { padding: 50px 10px 10px; font-weight: normal; color: #333; &__head { margin-bottom: 40px; } &__ttl { font-size: 5vw; font-weight: bold; text-align: center; } .c-text-link { width: 100%; text-align: left; &--anchor { position: relative; margin: 2em 0 1.2em; display: inline-block; padding-left: 6vw; font-size: 3.6vw; &::before { content: ''; position: absolute; top: 50%; left: 0; margin-top: -2.5vw; height: 3vw; width: 3vw; display: inline-block; border-left: 3px solid #59a2c2; border-bottom: 3px solid #59a2c2; transform: rotate(-45deg); z-index: 0; } } } &__area-group { display: flex; flex-wrap: wrap; border: 2px solid #aaa; border-radius: 15px; overflow: hidden; li { width: 33.33%; padding: 0.6em; display: block; text-align: center; font-size: 3.2vw; border-right: 2px solid #aaa; border-bottom: 2px solid #aaa; background-color: #FFF; &:nth-of-type(3n) { border-right: none; } &:nth-of-type(7), &:nth-of-type(8), &:nth-of-type(9) { border-bottom: none; } &.is-current { background-color: #59A2C2; color: #FFF; font-weight: bold; } } } &__btn { margin: 4vw 0 0; padding: 3vw 2vw 2.6vw; display: flex; justify-content: center; align-items: center; background: #ddd; border: 2px solid #ddd; cursor: default; border-radius: 50px; .icon { margin-right: 2.4vw; width: 8vw; display: inline-block; fill: #fff; } .text { font-size: 3.8vw; font-weight: bold; color: #5C5C5C; } &:not([href=""]) { background-color: #fcc800; border-color: #FCC800; .icon { fill: #333; } .text { color: #333; } } } &__body { margin-top: 0px; } &-table { line-height: 1.4; &__group { margin-top: 20px; } &__ttl { padding: 0.4em; text-align: center; font-weight: bold; background-color: #eee; } &__dsc { padding: 0.4em; text-align: left; font-size: 0.9em; } } &__foot { margin-top: 30px; padding: 20px 0 30px; text-align: left; border-top: 1px dashed #ccc; } &__note { @include f.justify; font-size: 0.9em; color: #666; } }