.bg_base_top {
	height: 100%;
}

.policy_contents_show {
    padding-left: 10%;
    padding-right: 10%;
}

a:visited{
    color: inherit;
  }

.policy_contents_show p {
    font-size: 0.9rem;
}


/**
スマホ対応
*/
@media screen and (max-width: 428px){

    .policy_contents_show h3 {
        font-size: 1rem;
    }

    .policy_contents_show p {
        font-size: 0.8rem;
    }
}