

.message { border: 5px solid #89def5; box-shadow: 4px 4px 0 #eeeeee; margin: 3rem auto; }

.line-dot { position: relative; background: url(../images/line.png) repeat top left; background-size: auto; font-size: 14px; line-height: 3; }

/* title company */
.title-company { color: #0aa7e1; font-size: 14px; text-align: left; }
.title-company h2 { color:#000;font-family: 'Open Sans Condensed', sans-serif; font-size: 28px; font-weight: 700; text-align: left; }


.policy-text { box-shadow: 3px 3px 0 #eeeeee; width: 100%; display: block; }
.policy-text img{ height:80px;}


footer{margin:150px 0 0 }

.show-pc { display: block; }
.show-sp { display: none; }

@media(max-width:767px) {
    .show-pc { display: none; }
    .show-sp { display: block; }
}
@media(max-width:520px) {
    .policy-text img{ height:75px;}
}