 @charset "UTF-8";
 #asct .cmnPostTypeHeader {
     margin-bottom: 56px;
     text-align: center;
 }
 #asct .pageTitle {
     letter-spacing: 0.04em;
 }
 #asct .asctWrap {
     max-width: 1012px;
     margin: 0 auto 120px;
     padding: 0 12px;
 }
 #asct .asctRow {
     display: grid;
     grid-template-columns: 220px minmax(0, 1fr);
     column-gap: 42px;
     align-items: start;
     margin-top: 32px;
     padding-top: 32px;
     border-top: 1px solid rgba(255, 255, 255, 0.16);
 }
 #asct .asctRow:first-child {
     margin-top: 0;
     padding-top: 0;
     border-top: 0;
 }
 #asct .asctLabel {
     margin: 0;
     font-size: 1.6rem;
     line-height: 1.9;
     font-weight: 700;
     text-align: left;
 }
 #asct .asctBody {
     min-width: 0;
     font-size: 1.4rem;
     line-height: 1.9;
     font-weight: 400;
 }
 #asct .asctBody a {
     word-break: break-word;
 }
 #asct .asctGroup {
     margin-top: 88px;
 }
 #asct .asctGroupTitle {
     margin: 0 0 36px;
     font-size: 2.8rem;
     line-height: 1.2;
     text-align: center;
     font-weight: 400;
 }
 .cmnPostTypeHeader{
    padding-top: 0;
 }
 @media screen and (max-width: 767px) {
     #asct .cmnPostTypeHeader {
         margin-bottom: 40px;
     }
     #asct .asctWrap {
         margin-bottom: 80px;
         padding: 0 16px;
     }
     #asct .asctRow {
         grid-template-columns: 1fr;
         row-gap: 12px;
         margin-top: 24px;
         padding-top: 24px;
     }
     #asct .asctLabel,
     #asct .asctBody {
         font-size: 1.4rem;
         line-height: 1.85;
     }
     #asct .asctLabel {
         text-align: left;
     }
     #asct .asctGroup {
         margin-top: 64px;
     }
     #asct .asctGroupTitle {
         margin-bottom: 28px;
         font-size: 2.2rem;
     }
 }