@charset "UTF-8";



#content > section {
max-width: 640px;
margin: auto;
}
#content > section h1 {
font-size: 3rem;
padding: 0px 0px 20px 0px;
margin: 0px;
line-height: 1;
letter-spacing: 4px;
font-weight: 200;
color: #333;
text-align: center;
}
#content > section p {
padding: 0px 0px 30px 0px;
color: #666;
text-align: center;
}




#content > section dl {
padding: 0px 0px 30px;
}
#content > section dl dt{
width: 112px;
height: 20px;
margin-bottom: -30px;
color: #999;
padding: 10px 1ex 0px 0px;
text-align: right;
}
#content > section dl dd{
padding: 10px 10px 10px 140px;
border-bottom: dashed 1px #CCC;
min-height: 20px;
}
#content > section dl dd:last-of-type {
border: none;
padding: 10px 140px;
text-align: center;
}




#content dd ol {
display: flex;
margin: 0px;
padding: 0px;
list-style-type: none;
}
#content dd ol li {
margin: 0px;
padding: 0px 10px 0px 0px;
}
#content dd textarea {
width: 400px;
height: 12em;
}

#content dd input {
width: 400px;
}


input[type="submit"] {
width: 40%;
box-sizing: border-box;
}
#modoru {
background-color: #999;
}


#attention {
background-color: #DC47C2;
color: #FFF;
padding: 10px;
border-radius: 8px;
text-align: center;
}

p strong {
font-weight: 700;
color: #000;
}
