/*============================================================
check area
============================================================ */

div.check-area{
width: 80%;
margin: 3rem auto 0;
padding: 1.5rem;
border: 3px double #b1aa93;
border-radius: 0.5rem;
background-color: #F8F8F8;
}
div.check-area label:first-child{
margin-top: 1rem;
}
div.check-area label{
display: block;
text-indent: -2rem;
padding-left: 2rem;
}
div.check-area label a{
color: #0066cc;
border-bottom: 1px solid #0066cc;
transition: initial;
text-indent: 0;
}
div.check-area label a:hover{
color: #ff6600;
border-bottom: 1px solid #ff6600;
}


/*PDFリンク*/
a.pdf-link{
display: inline-flex;
align-items: center;
}
a.pdf-link::after{
content:"";
display: inline-block;
-webkit-mask: url("../img/f1c1.svg") no-repeat center center / contain;
mask-image: url("../img/f1c1.svg");
mask-repeat: no-repeat;
mask-position: center center;
mask-size: contain;
width: 1.0rem;
height:	1.0rem;
margin-left: 0.2rem;
background-color: #b30b00;
}