@charset "UTF-8";

/* STARRY */

/* Contact */
.contact .stry-support01-button button{
    width: 300px;
    height: 60px;
    border-radius: 30px;
}
.contact table.stry-support01-table{
    background-color:#E7E7E7;
    margin: 50px auto;
    border-radius: 20px;
}
.contact .stry-tableodd{
    background-color: unset !important;
}
.contact td.stry-support01-column01, td.stry-support01-column02{
    border:none !important;
    vertical-align: middle;
    padding: 10px 20px !important;
}

/* SHOP */
.stry-ec02-breadcrumbs{
    display: none;
}

/* error */
.stry-error01-alert-en{
    text-align: center;
    margin: 200px auto 0;
}
.fc-f .stry-errorbox{
    border:unset !important;
    background-color:unset !important;
    line-height: 1.8;
    margin: auto;
}

/* 12ヶ月コースボタン */
.stry-course-select-table button{
    height: 40px;
    line-height: 40px;
    border:solid var(--color_main1) 1px;}
.fc-f button{
    margin-top: 2em;
    height: 40px;
    line-height: 40px;  
    padding: 0 20px;
    border-radius: 20px;
}
button{
    border: none;
    background: var(--color_main1);
    color: var(--color_w);
}
/* カード情報入力 */
input,select{
    margin: 10px auto;
    padding: 5px;
}
#div_entry09 select{
    width: 100px;
}
/* 表に色　*/
table{
margin: 10px 0 20px;
}
th, td {
border:1px solid #666;
padding: 5px;
}
#div_entry05 th, #div_entry05 td{
    border: none;   
}

@media (max-width: 600px) {
.stry-error01-alert-jp{
    font-size: 40px !important;
}
    }