@charset "UTF-8";

p.sign .smaller{}
p.sign .name{
padding: 0 0 0 16px;
font-weight: 600;
}
.divide_line{
width: 100%;
border: 1px dashed #DADEE3;
margin: 0 0 80px 0;
}
.text p .sub{ font-weight: bold;
font-size: 14px;
line-height: 150%;
letter-spacing: 0.02em;
color: #323436;
display: block;
}
.text p .name{
font-weight: bold;
font-size: 32px;
line-height: 150%;
letter-spacing: 0.04em;
color: #323436;
}
@media screen and (max-width:768px){
p.sign .smaller{}
p.sign .name{
padding: 0 0 0 16px;
}
.divide_line{
margin: 0 0 40px 0;
}
.text p .sub{}
.text p .name{
font-size: 24px;
}
}