﻿
/*============================
   有料サービスについて
============================*/
#apu_wrapper {
    padding: 20px;
    background:#ffffff;
    border-radius:10px;
    box-shadow:2px 2px 4px;
    margin-top:20px;
    margin-bottom:50px;
}


    .applypayinguser {
        margin: 20px;
    }

        .applypayinguser table {
            margin: auto;
            width: 80%;
            height: 40%;
            font-size: 20px;
            text-align: center;
            border-collapse: collapse;
        }

        .applypayinguser th {
            background-color: #f5f5f5;
        }

        .applypayinguser th, .applypayinguser td {
            border: 1px solid black;
        }


#title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: larger;
    text-align: center
}

#title img {
    max-height:60px;
}
    .im {
        text-align: center;
    }

        .im img {
            width: 90%;
            min-width: 250px;
            height: auto;
        }

    .pm li{
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .pm img {
        width: 90%;
        max-width: 400px;
        min-width: 250px;
        height: auto;
    }

    .subtitle {
        font-weight: bold;
        font-size: 20px;
        text-align: left;
        display: inline-block;
    }

    .subArea {
        margin:20px;
        padding:20px;
        background-color: #FFFAE3;
        border-radius:10px;
    }

    .subAreaTitle{
        font-weight:bold;
    }

    .line {
        color: red;
        text-decoration: underline;
    }

    .txt {
        display: inline-block;
    }

    /*.free {
        color: #008F68;
    }

    .standard {
        color: #006899;
    }

    .pro {
        color: #DB5800;
    }

    .superPro {
        color: #D11250;
    }*/

.free,
.lite,
.standard,
.pro,
.superPro {
    color: #b3d13a;
}

    .name {
        display: inline-block;
        width: 70%;
        font-size: 18px;
        font-weight: bold;
    }

    .fee {
        font-size: 35px;
        font-weight: bold;
    }

    .fee_del {
        font-size: 24px;
        font-weight: bold;
        text-decoration-line: line-through;
        text-decoration-style: double;
        text-decoration-color: red;
    }

    .campaign {
        font-weight: bold;
        color: red;
    }

    .plan {
        position: relative;
        text-align: center;
        padding-left: 10px;
        padding-right: 20px;
    }

        .plan::before {
            content: "";
            position: absolute;
            display: block;
            border-radius: 5px;
            width: 92%;
            height: 95%;
            box-shadow: 2px 2px 4px;
        }

    .contact {
        font-size: 30px;
    }

    .table {
        table-layout: fixed;
        border-bottom: 1px solid #dee2e6;
    }

        .table th {
            min-width: 16%;
            vertical-align: middle;
            text-align: center;
            background: #f5f5f5;
        }

        .table td {
            min-width: 16%;
            vertical-align: middle;
            text-align: center;
        }

    @media (max-width:768px) {
        .table th,
        .table td {
            padding: 0.5em;
        }
    }

    .sup {
        vertical-align: super;
    }

    .anotation {
        font-size: 12px;
    }

.btn {
    display: block;
    text-align: center;
    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;
}
    .btn:hover {
        background: #57cfd9;
        color: white;
    }
a.btn-amazon {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: 0px;
    border-radius: 15px;
    box-shadow: -2px -3px 5px #888888 inset;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: #f7faff;
}
    .btn-amazon:hover {
        background: #adfff0;
    }

#information {
    position: relative;
    text-align: center;
    border-width:1px;
    border-color:black;
    border-radius: 5px;
    box-shadow: 2px 2px 4px;
}

