﻿body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
}

p, th, td {
    font-size: 18px;
}

h1 {
    text-align: center;
}

.toggler-icon {
    display: none;
}

.logo {
    display: block;
    color: #000000;
    font-size: 100px;
    font-family: Damion;
    text-shadow: 0px 5px 2px #aaaaaa;
}

.balloon {
    color: #eae500;
    display: inline-block;
    border-radius: 50%;
    padding: 10px;
    background: #5ac90f;
    position: relative;
}

    .balloon::before {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 50%;
        margin-left: -9px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #5ac90f transparent transparent transparent;
        z-index: 0;
    }

.catch-sub {
    display: block;
    font-family: kosugi;
    font-size: 16px;
    border-radius: 20px;
    background-color: #b3d13a;
    color:#ffffff;
    margin-bottom:5px;
}

.catch {
    display: block;
    font-family: kosugi maru;
    font-size: 20px;
    filter: drop-shadow(0px 5px 1px #aaaaaa);
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

#header {
    background-color: #b3d13a;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9999;
}

.header-content {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 0 auto;
}

.header-menu ul {
    display: flex;
}

.header-menu li {
    display: inline-block;
    margin: auto;
    padding: 8px;
}

.menu {
    color: rgb(0,0,0,0.5);
    text-decoration: none;
}

.header-menu li a:hover {
    color: #ffffff;
}

.no-gutter {
    padding: 0;
    margin: 0;
}

    .no-gutter img {
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
    }

.btn {
    display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    max-width: 200px;
    min-width: 80px;
    padding: 5px;
    margin: auto;
    color: #ffffff;
    background: #25B5C2;
    border-bottom: 2px solid #135f66;
}

.login-btn {
    background: #b3d13a;
    border-bottom: 2px solid #83992b;
    margin-top: 10px;
}

.btn-lg {
    width: 90%;
    max-width: 500px;
    height: 50px;
    font-size: 30px;
}

.title {
    background: #b3d13a;
    color: #ffffff;
    padding: 2rem;
    margin: 0;
}

    .title img {
        vertical-align: middle;
        margin-left: 20px;
    }

.fadein {
    opacity: 0.1;
    transform: translate(0, 50px);
    transition: all 500ms;
}

    .fadein.scrollin {
        opacity: 1;
        transform: translate(0, 0);
    }

.region {
    text-align: center;
    padding: 2.5rem 0 2.5rem 0;
    background: #f0eebf;
}

.p-0 {
    padding-top: 0;
}

#demoArea {
    background-color: #b3d13a;
    text-align: center;
}

#demoArea video{
    max-width:80%;
}

.catch-copy {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.catch-copy-text {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f0eebf;
}

    .catch-copy-text > div {
        margin: 10px;
    }

.problem {
    display: flex;
    margin-top: 20px;
}

.case {
    background: #ffffff;
    border-radius: 10px;
    margin: 10px auto 10px auto;
    box-shadow: 2px 2px 2px #333;
    text-align: center;
    width: 30%;
}

    .case img {
        border-radius: 10px 10px 0 0;
        max-height: 200px;
    }

.solution {
    margin-right: auto;
    margin-left: auto;
    background: #ffffff;
    width: 80%;
    max-width: 700px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #333;
}

    .solution img {
        width: 80%;
        height: auto;
        max-height: 60%;
    }

    .solution h3 {
        padding-top: 10px;
    }

    .solution p {
        padding-bottom: 10px;
    }

.more {
    display: flex;
    justify-content: flex-start;
}

.right {
    justify-content: flex-end;
}

.content {
    width: 70%;
    display: flex;
    border-radius: 10px;
    margin: 20px;
    box-shadow: 2px 2px 2px #333;
    background: #ffffff;
}

.content-text {
    width: 100%;
    text-align: center;
    margin: auto 0 auto 0;
    padding: 10px;
}

.content img {
    border-radius: 10px 0 0 10px;
    vertical-align: bottom;
}

.revarse img {
    border-radius: 0 10px 10px 0;
    vertical-align: bottom;
}

.campaign {
    color: #ff6c47;
    font-weight: bold;
}

.usage {
    display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   grid-gap:1em;
}

.usage-case {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #333;
    text-align: center;
    margin-top:20px;
}
.usage-case img {
    border-radius: 10px 10px 0 0;
    max-height: 200px;
}
.table-wrapper {
    text-align: center;
}

table {
    width: 90%;
    margin: 20px auto 20px auto;
}

th {
    background: #b3d13a;
    border: solid 1px #ccc;
    color: #fff;
    padding: 10px;
}

tbody th {
    width: 30%;
}

td {
    border: solid 1px #ccc;
    padding: 10px;
    background: #ffffff;
}

@media screen and (max-width: 767px) {
    p, th, td {
        font-size: 14px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 17px;
    }

    .toggler-icon {
        display: inline-block;
        vertical-align: super;
        border-radius: 3px;
        height: 36px;
        width: 48px;
        border: 1px solid rgba(255,255,255,0.5);
        margin: auto 0 auto 0;
    }

    .header-logo {
        display: inline-block;
    }

    .header-menu {
        display: none;
    }

    .toggler-icon span {
        height: 3px;
        border-radius: 1px;
        background: rgba(255,255,255,0.5);
        margin: 7px auto 7px auto;
        width: 24px;
        display: block;
    }

    .header-content {
        width: 80%;
        display: block;
    }

    .header-menu {
        display: none;
    }

        .header-menu ul {
            display: block;
            text-align: left;
        }

        .header-menu li {
            display: block;
            margin: auto;
            padding: 8px;
        }

            .header-menu li .btn {
                margin: 0;
            }

    .menu {
        color: rgba(0,0,0,0.5);
        text-decoration: none;
    }

    .logo {
        font-size: 60px;
    }

    .catch-copy {
        display: block;
    }

    .problem {
        display: block;
        text-align: center;
    }

    .case {
        width: 90%;
        margin: 10px auto 10px auto;
    }

    .content {
        width: 90%;
    }

    .usage {
        grid-template-columns: 1fr 1fr;
    }

    .usage-case {
        margin:10px;
    }

    table tr {
        display: block;
        float: left;
        height: auto;
    }

        table tr td,
        table tr th {
            border-left: none;
            display: block;
            height: 70px;
        }

    table thead {
        display: block;
        float: left;
        width: 25%;
    }

        table thead tr {
            width: 100%;
        }

    table tbody {
        display: block;
        float: left;
        width: 75%;
    }

        table tbody tr {
            width: 25%;
        }

        table tbody th {
            width: auto;
        }

    table tr td + td {
        border-left: none;
    }

    table tbody td:last-child {
        border-bottom: solid 1px #ccc;
    }
}

@media screen and (max-width: 480px) {
    .content {
        display: block;
    }

    .content-text {
        margin: 0;
        padding: 5px;
    }

    .revarse {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

        .revarse .content-text {
            order: 2;
        }

        .revarse .content-img {
            width: 100%;
            order: 1;
        }

    .content-img img {
        border-radius: 10px 10px 0 0;
    }
}

@media screen and (max-width: 350px){
    table tr td,
    table tr th {
        height: 100px;
    }
}

.companyLogo span {
    color: #888;
}

.companyLogo img {
    height: 25px;
}

.subsidy {
    margin-right: auto;
    margin-left: auto;
    margin-bottom:20px;
    background: #ffffff;
    width: 80%;
    max-width: 700px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #333;
}

    .subsidy h3 {
        padding-top: 10px;
    }

    .subsidy p {
        padding-left: 10px;
        padding-right:10px;
        padding-bottom:5px;
        text-align:left;
        font-size:smaller;
    }