@charset "utf-8";

.ad-top,
.mylist-trigger{
    display: none;
}
.at{
    margin: 20px 0;
    padding: 20px 30px;
    border: 1px solid #0075b6;
    border-radius: 10px;
}
.at li{
    list-style-type: disc;
    margin-left: 1em;
    font-weight: bold;
}
.at li a{
    font-weight: bold;
}
.at li.important {
    color: #e53935;
}
.at li:not(:last-child){
    margin-bottom: 5px;
}
select{
    width: 200px;
}
.errors li{
    list-style-type: disc;
    margin-left: 1em;
    font-weight: bold;
    color: #c43333;    
}
p.complete{
    margin: 100px 0;
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    .at{
        padding: 20px;
    }
    p.complete{
        margin: 20px 0;
    }
}
/*-----------------------------------
table
-----------------------------------*/
.inquiry table{
    width: 100%;
    margin: 20px auto;
    border-top: 1px solid #DDD;
}
.inquiry th,.inquiry td{
    padding: 12px 40px 12px 15px;
    border-bottom: 1px solid #CCC;
}
.inquiry th.indisp{
    position: relative;
}
.inquiry th.indisp::after{
    position: absolute;
    content: '必須';
    top: 12px;
    right: 15px;
    width: 40px;
    padding: 2px;
    line-height: 20px;
    background-color: #0075b6;
    border-radius: 5px;
    font-size: 0.8em;
    color: #FFF;
    text-align: center;
}
/*--Large screens--*/
@media print, screen and (min-width: 768px){
    .inquiry th{
        width: 250px;
        text-align: left;
        vertical-align: top;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    .inquiry table{
        margin-bottom: 0;
        border-top: none;
    }
    .inquiry th,.inquiry td{
        display: block;
        width: 100%;
        border-bottom: none;
    }
    .inquiry th{
        padding: 0 10px 0 8px;
        border-left: 4px solid #0075b6;
        font-weight: bold;
    }
    .inquiry th.indisp::after{
        top: 50%;
        right: 0;
        margin-top: -10px;
    }
    .inquiry td{
        padding: 10px 0 15px 0;
    }
}

/*-----------------------------------
announcement statement
-----------------------------------*/
.announcement_statement {
    margin: 0 0 10px;
}
.announcement_statement .head {
    margin-bottom: 5px;
    font-weight: bold;
}
.announcement_statement .message {
    position: relative;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f7f7f7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.announcement_statement .consent{
    text-align: center;
}
/*--Small screens--*/
@media only screen and (max-width: 40em){
    .announcement_statement .message {
        font-size: 0.9em;
        line-height: 1.8;
    }
}
