@charset "UTF-8";

.contact-message {
    margin: 0 auto 50px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #fff;
    max-width: 100%;
}

.maker-logo {
    margin: 60px 0 30px 0;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    border: 3px solid #fff;
    background-color: #fff;
    max-width: 100%;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1)
}

.download-box {
    margin: 0 0 50px 0;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    border: 3px solid #fff;
    background-color: #fff;
    max-width: 100%;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1)
}

.contact-message strong {
    font-size: 2rem;
    font-weight: bold;
}

.maker-logo strong {
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
}


.box-half .box-img img {
    width: 100%;
}

.maker-logo .contact-button .basic-button {
    background-color: #fff;
    color: #000;
}

.maker-logo .contact-button .basic-button:hover {
    background-color: #033399;
    color: #fff;
    opacity: 1;
}

/* PC */
@media (min-width: 1200px) {
    .contact-message {}

    .contact-message strong {}

    .maker-logo .basic-button {
        min-width: 300px;
        padding: 7px 0;
    }

    .box-half:nth-of-type(2) {
        /*text-align: left;*/
    }

    .box-half:nth-of-type(2) .box-title {
        font-size: 2rem;
        padding-left: 20px;
        padding-top: 35px;
    }

    .box-half {
        width: 50%;
    }
}

/* TABLET */
@media (max-width: 1199px) and (min-width: 768px) {
    .contact-message strong {
        font-size: 2rem;
    }

    .maker-logo .basic-button {
        min-width: 300px;
        padding: 7px 0;
    }

    .maker-logo strong {
        font-size: 2rem;
    }

    .box-half:nth-of-type(2) {
        /*text-align: left;*/
    }

    .box-half:nth-of-type(2) .box-title {
        font-size: 1.6rem;
        padding-left: 20px;
        padding-top: 35px;
    }

    .box-half {
        width: 50%;
    }
}

/* SP */
@media (max-width: 767px) {
    .contact-message strong {
        font-size: 2rem;
    }

    .contact-message p {
        text-align: justify;
    }

    .maker-logo p {
        text-align: justify;
    }

    .box-title {
        font-size: 1.8rem;
        padding-top: 20px;
    }

}







@media (min-width: 1200px) {
_::-webkit-full-page-media, _:future, :root .contact-tel .tel-number {
    padding-top: .1em;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .contact-tel .tel-number {
        /* padding-top: .2em; */
    }
}


.text-bad {
    color: #918767;
}


/* SP */
@media (max-width: 767px) {
    .table-block table {
        z-index: 1;
        background-color: transparent !important;
    }

    .table-block table td {
        background-color: #fff;
    }
}


header .site-logo {
    display: flex !important;
}

.header-label {
    padding-left: 10px;
    padding-top: 10px;
}

.header-label span {
    font-size: 1.3rem;
    background-color: #000;
    color: #fff;
    padding: 3px 9px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    font-family: "noto sans";
    transition: .3s ease all;
    white-space: pre;
}

.active .header-label span {
    background-color: #033399;
    color: #fff;
    transition: .3s ease all;
}

/* TABLET */
@media (max-width: 1199px) and (min-width: 768px) {
    .header-label {
        padding-top: 3px;
    }

    .header-label span {
        font-size: 0.8rem;
    }

}

/* SP */
@media (max-width: 767px) {
    .header-label {
        padding-top: 3px;
    }

    .header-label span {
        font-size: 0.8rem;
    }

}

.footer-label {
    padding-left: 10px;
    padding-top: 10px;
}

.footer-label span {
    font-size: 1.3rem;
    background-color: #333;
    color: #fff;
    padding: 3px 9px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    font-family: "noto sans";
    transition: .3s ease all;
    white-space: pre;
    margin-right: 10px;
}

footer .footer-content .product {
    display: flex;
    flex-wrap: wrap;
}

footer .footer-content .product img {
    height: 20px;
    margin-right: 5px;
}

footer .footer-content .product p {
    /* display: inline-block; */
    /* vertical-align: super; */
    margin: 0;
    padding: 6px 6px 6px 15px;
}

footer p, a {
        font-size: 1rem;
        color: #000;
    }

@media (min-width: 1200px) {
    footer .footer-content {
        position: relative;
    }

    footer .footer-content .copyright {
        float: none;
        position: absolute;
        right: 0;
        top: 0;
    }
}

/* TABLET */
@media (max-width: 1199px) and (min-width: 768px) {
    footer .footer-content {
        position: relative;
    }

    footer .footer-content .copyright {
        float: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .footer-label {
        padding-top: 11px;
    }

    .footer-label span {
        font-size: 0.8rem;
    }

    footer .footer-content .product p {
        padding: 9px 6px 6px 15px;
    }
}

/* SP */
@media (max-width: 767px) {

    footer .footer-content {
        margin: 30px 0 50px;
    }

    footer .footer-content .product {
        justify-content: center;
    }

    footer .footer-content .product img {
        max-height: 20px;
    }

    .footer-label {
        padding-top: 3px;
    }

    .footer-label span {
        font-size: 0.8rem;
    }

    footer .footer-content .product p {
        padding: 13px 6px 6px 15px;
    }

}


#homepage h3 {
    font-size: 2rem;
}

.page-16layouts {
    border: 5px solid #EFEDDE;
    border-radius: 20px;
    padding: 25px 45px 15px;
    margin-bottom: 50px;
}

.page-16layouts {
    box-sizing: border-box;
}

.page-16layouts ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: space-around;
}

.page-16layouts li {
    margin-bottom: 10px;
    background-color: #F7F6EE;
    line-height: 1;
    flex: 0 0 20%;
    max-width: 20%;
    border-radius: 50px;
    font-size: 14px;
    padding: 16px 20px;
    white-space: pre;
}

.page-16layouts li img {
    max-height: 1.2em;
    padding-right: 14px;
    vertical-align: middle;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .page-16layouts {
        padding: 25px 30px 5px;

    }

    .page-16layouts li {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 767px) {
    .page-16layouts {
        padding: 15px 10px 0px;
    }

    .page-16layouts li {
        flex: 0 0 80%;
        max-width: 80%;
        border-radius: 50px;
        font-size: 14px;
        padding: 10px 22px;
    }
}





@media (max-width: 767px) {
    #support .inner-image {
        max-width: 80%;
        margin: 0 auto;
    }
}



.label-red,
.label-gold {
    position: relative;
    top: -2px;
    font-size: 1rem;
    padding: 4px 7px;
    border: 1px solid #000;
    background-color: #fff;
    line-height: 1;
    display: inline-block;
    margin-left: 5px;
    font-weight: normal;
    vertical-align: middle;
}

.label-red {
    border-color: #CF2E5A;
    color: #CF2E5A;
}

.label-gold {
    border-color: #918850;
    color: #918850;
}

@media (max-width: 767px) {

    .label-red,
    .label-gold {
        /* vertical-align: text-top; */
    }
}




.privacy-mark img {
    width: 40px;
    vertical-align: middle;
    margin: 0 10px;
}



div#page-top {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
}

@media (max-width: 767px) {
    div#page-top {
        position: fixed;
        right: 16px;
        /* bottom: 30px; */
        bottom: 16px;
        width: 60px;
        height: 60px;
        opacity: .9;
        transition: .3s ease bottom;
        z-index: 1;
    }
}
