@charset "UTF-8";

.function {
                                margin-bottom: 1rem
                            }

                            .function thead th {
                                background: #333;
                                padding: .5rem 1rem;
                                color: #fff
                            }

                            .function td, .function th {
                                padding: .5rem;
                                border: 1px solid #333;
                                vertical-align: middle
                            }

                            .function thead th:first-child, .function thead th:nth-child(2) {
                                border-right: 1px solid #fff
                            }

                            .function tbody th {
                                width: 15%
                            }

                            .function tbody td:first-child {
                                width: 25%
                            }

                            .service h3 {
                                color: #1d2088;
                                text-align: center;
                                margin-bottom: 30px;
                                font-size: 2rem
                            }

                            .base td, .base th, .function thead th {
                                text-align: left
                            }

                            article.layer * {
                                box-sizing: border-box
                            }

                            @media screen and (max-width: 768px) {
                                .service, .wrap {
                                    width: 95%
                                }

                                .service {
                                    font-size: 2.5vw
                                }

                                .service h3 {
                                    font-size: 2rem
                                }
                            }
