@charset "UTF-8";

.assembling-event-email {
    margin-bottom: 40px;
  }
#container table.assembling-event-email-table {
border-collapse: collapse;
table-layout: fixed;
width: 100%;
text-align: center;
margin-top: 1.0rem;
font-size: 16px;
}
.assembling-event-email-table th,
.assembling-event-email-table td {
border: 2px solid #c6d7e9;
padding: 1em;
}
#container table.assembling-event-email-table th {
font-weight: bold;
}
#container table.assembling-event-email-table td {
text-align: left;
}
.assembling-event-email-table thead th {
background-color: #004da1;
color: #fff;
border: 2px solid #004da1;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
}
.assembling-event-email-table thead th:last-of-type {
border-right: 2px solid #004da1;
}
.assembling-event-email-table tbody th {
font-weight: bold;
text-align: center;
}

.p-section-was__top__inr {
width: 100%;
max-width: 1440px;
margin: 0 auto;
}
@media (min-width: 768px) {
.p-section-was__top__inr {
padding-right: calc(20px + 130*(100vw - 769px) / 671);
padding-left: calc(20px + 130*(100vw - 769px) / 671);
max-width: 1440px;
}
}
@media (min-width: 1440px) {
.p-section-was__top__inr {
padding-right: 0;
padding-left: 0;
max-width: 1140px;
}
}

@media screen and (max-width: 767px) {
.assembling-event-email-table {
text-align: left;
font-size: 16px;
}
.assembling-event-email-table thead {
display:none;
}
.assembling-event-email-table th,
.assembling-event-email-table td {
display: block;
border: 0;
}
.assembling-event-email-table td:first-of-type {
border-bottom: 2px solid #c6d7e9;
}
#container table.assembling-event-email-table td {
font-size: 14px;
}
.assembling-event-email-table tbody th{
background: #004da1;
color:#fff;
padding: 16px;
}
.assembling-event-email-table td::before{
content: attr(data-label);
color: #004da1;
font-weight: bold;
display: inline-block;
width: 40%;
min-width: 4em;
}
.p-section-was__top__inr {
    padding: 0 15px;
}
}
@media screen and (max-width: 479px) {
#pagetop {
  position: fixed;
  bottom: 25px !important;
  right: 12px;
}
}