@charset "UTF-8";
/*----------モバイル表示------------*/

#ESET {
 margin-bottom: 50px;
}
/*-------page
  support------------*/

.support-links {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    border: 2px solid #a6b5bd;
    border-radius: 5px;
    box-shadow: 0 5px #a6b5bd;
    display: block;
}

.support-links:hover {
    background-color: #ebf3f7;
}

.support-links:active {
    box-shadow: none;
    transform: translateY(5px);
}

.support-links__img {
    padding-bottom: 1em;
}

.support-links__ttl {
    background: none;
    color: #454545;
    font-weight: bold;
}

/*-------Support共通
------------*/

table.price th,
table.price td {
    text-align: center;
    padding: 1rem 0;
    border-bottom: solid 1px #ddd;
    border-right:solid 1px #ddd;
    border-left:solid 1px #ddd;
}
table.price th {
    color: #fff;
    background: #26408b;
}


/*-------------タブレットサイズ-------------*/
@media screen and (min-width: 768px) {


}


/*-------------パソコン小サイズ-------------*/
@media screen and (min-width: 992px) {

    /*  page-support
    ------------------------- */
    table.price01 th {width: 500px;}

}


/*-------------パソコン中サイズ-------------*/
@media screen and (min-width: 1200px) {


}


/*-------------パソコン大サイズ-------------*/
@media screen and (min-width: 1600px) {


}