@charset "utf-8"; .pn-order-box {
max-width: 800px;
margin: 0 auto;
margin-top: 3rem;
box-sizing: border-box;
padding: 2rem;
background-color:  #bce7fc;
border-radius: 1rem;
}

 .pn-order-title {
line-height: 1.5;
font-size: 1.6rem;
color: #249f4c; 
font-weight: 600;
margin-bottom:1.2rem;
padding:0.6rem 0.6rem 0.6rem 1.6rem;
background-color: #f6de7b;
border: 2px solid #249f4c;
border-radius: 1rem;
}

 .pn-order-title:not(:first-child) {
margin-top:2rem;
}

 .pn-order-list {
padding-left:2.1rem;
padding-bottom:1.2rem;
}

 .pn-order-list li {
line-height: 1.5;
font-size: 1.8rem;
color: rgb(86, 31, 35); 
font-weight: 600;
list-style:  disc;
}

 .pn-order-text {
line-height: 1.5;
font-size: 1.6rem;
color: rgb(86, 31, 35); 
padding-bottom:1.2rem;
font-weight: 600;
}

 .pn-order-subtitle {
line-height: 1.5;
font-size: 1.6rem;
color: rgb(86, 31, 35); 
font-weight: 600;
padding-bottom:1.2rem;
}

 .pn-order-subtext {
line-height: 1.5;
font-size: 1.4rem;
color: rgb(86, 31, 35); 
/*padding-bottom:1.2rem;*/
}

 .pn-order-sublist {
padding-left:2.1rem;
padding-bottom:1.2rem;
}

 .pn-order-sublist li {
line-height: 1.5;
font-size: 1.4rem;
color: rgb(86, 31, 35); 
list-style:  disc;
}

 .pn-order-border {
margin: 2rem auto;
border-top: 1px dashed #561f23;
}

 .pn-order-bold-red {
color: #e2434e;
font-weight: 600;
}