#conts_form .caution_list {
    margin: 90px 0 50px;
}
#conts_form .caution_list {
    text-align: center;
    font-size: 18px;
    line-height: 34px;
}
#privacy-policy-area {
    height: 328px;
    margin: 30px auto 0;
    overflow: auto;
    width: 100%;
    border: solid 1px #fff;
}

#privacy-policy-area section {
    margin: 32px 32px 0;
}
#privacy-policy-area section:last-of-type {
    margin-bottom: 35px
}
#privacy-policy-area  p{
    width: 100%;
    line-height: 27px;
}

#privacy-policy-area  a{
    color: #fff;
}

#privacy-policy-area h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 6px;
}

#privacy-policy-area h5 {
    position: relative;
    text-indent: -1em;
    left: 1em;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
}

#privacy-policy-area .indent-list > li p{
    position: relative;
    text-indent: -1em;
    left: 1em;
}

#privacy-policy-area .indent {
    position: relative;
    left: 1em;
}

.suggest-area {
    margin: 27px 0;
    text-align: center;
}
#conts_form .form_box tr:last-of-type {
	margin-bottom: 30px;
}
@media screen and (max-width:769px){
#conts_form .caution_list {
    font-size: 1.6rem;
    line-height: 1.7;
}
#conts_form .caution_list {
    margin: 50px 0 42px;
}
#privacy-policy-area section {
    margin: 24px 18px 0;
}
#privacy-policy-area section:last-of-type {
    margin-bottom: 24px
}
#privacy-policy-area {
    height: 240px;
}
#privacy-policy-area h4 {
    font-size: 1.5rem;
    margin-top: 28px;
    margin-bottom: 5px;
}
#privacy-policy-area  p{
    line-height: 1.8;
}
#privacy-policy-area a {
    word-break: break-all;
}
#conts_form .form_box tr td label:after {
    top: 57%;
}
}