@charset "utf-8";
/* CSS Document */

#privacy {
    width: 100%;
    height: 180px;
    padding: 20px;
    line-height: 1.4;
    border: solid 2px #191919;
    margin: 20px auto 30px auto;
}


.privacy_wrap {
    height: 140px;
    overflow: auto;
}

#privacy h2 {
    font-size: 1.8rem;
    margin-bottom: 0;
    text-align: center;
    padding: 0 10px 15px 0;
    letter-spacing: 0;
}

#privacy dl {
    padding-right: 10px;
    margin-top: 15px;
}

#privacy dt {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 5px;
}

#privacy dd p:last-child {
    margin-bottom: 0;
}

.privacycheck{
	text-align:center;
	margin-bottom:30px;
}

.thanks_t a{
	color:#0066FF;
	text-decoration:underline;
}