@charset "utf-8";

#data {
    margin-bottom: 6.0rem;
    line-height: 1.4;
}
.data-column {
    margin-top: 2.5rem;
    padding: 1.0rem;
    background: #f6f6f6;
    border-left: 1px solid #ccc;
}
.data-column h4 {
    margin-bottom: .5rem;
}
.data-column ul {
    list-style: disc outside;
}
.data-column li {
    margin-bottom: .3rem;
    margin-left: 1.6rem;
}

#topics {
    margin-bottom: 9.0rem;
    padding: 1.4rem;
    border: 3px solid #eee;
}
#topics dl {
    height: 820px;
    overflow: hidden;
}
#topics dt {
    margin: 0;
    padding: 1.5rem 0 .7rem 0;
    border-top: 1px solid #eee;
    font-weight: 400;
}
#topics dd {
    margin: 0;
    padding: 0 0 1.5rem 0;
    display: flex;
    align-items: flex-start;
}
#topics dd img.app-icon {
    margin-right: 1.6rem;
}
#topics dd p {
    line-height: 1.4;
}

#topics .row .column-responsive.app-link {
    margin-top: 10px;
    padding-right: 0;
}

#more {
    position: relative;
    background-color: #eee;
    text-align: center;
    padding: .5rem;
}
#more a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}

.info-label {
    display: inline-block;
    position: relative;
    top: -.15rem;
    font-size: 1.0rem;
    font-weight: 350;
    line-height: 1;
    letter-spacing: .1rem;
    color: #fff;
    margin-left: .7rem;
    padding: .2rem .3rem .3rem .4rem;
    border-radius: 3px;
}
.info-label.new {
    background-color: #b94a48;
}
.info-label.update {
    background-color: #468847;
}
.info-label.important {
    background-color: #f89406;
}

#contact {
    padding-bottom: 6.0rem;
}
#contactForm {
    position: relative;
}
#contact .input, #contact .submit {
    border-top: 1px solid #eee;
    padding: 2.0rem 0;
}
#contactForm .required label:after {
    content: ' 必須';
    color: #f00;
    font-size: 1.1rem;
}
#contact .submit .button {
    margin: 0 auto;
}

#sending {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999;
}
#sending .msg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 1.6rem;
    font-weight: 600;
    background-color: #fff;
    padding: 1.2rem;
}

label {
    margin-bottom: .5rem;
    font-size: 1.4rem;
    font-weight: 300;
}
input, textarea {
    margin: 0;
}
textarea {
    height: 18.0rem!important;
}

@media (min-width: 640px) {
    .row .column-responsive.column-offset-25 {
        margin-left: 25%;
    }
}

@media (max-width: 999px) {
    #topics .row {
        flex-direction: column;
        margin: 0;
        width: 100%
    }
    #topics .row .column-responsive {
        margin: 0;
        padding: 0;
    }
    #topics .row .column-responsive.column-75 {
        flex: 1 1 auto;
        max-width: 100%;
    }
    #topics .row .column-responsive.app-link {
        flex: 1 1 auto;
        max-width: 100%;
    }
}

@media (min-width: 1000px) {
    header {
        margin-bottom: 4.5rem;
        height: 18.0rem;
    }

    #sName {
        left: -12px;
        font-size: 16.0rem;
        letter-spacing: .6rem;
    }
    #sName span {
        font-size: 10.0rem;
        letter-spacing: .8rem;
        padding-left: 5.5rem;
    }

    #topics .row .column-responsive.app-link {
        margin-top: 0;
    }
}
