@charset "utf-8";
.policy_box {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}
.policy_title {
    font-size: 1.2em;
    text-decoration: underline;
    text-underline-offset: 7px;
    font-weight: bold;
/*
    margin-bottom: 5px;
*/
}
.policy_text {
  font-size: 0.9em;
  line-height: 1.6em;
  padding:12px 0px 60px 0px;
/*
    margin-bottom: 50px;
*/
}
.policy_text:last-child {
  padding-bottom:0px;
}


/* 835px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 1000px) {

}


/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {

.policy_title {
    font-size: 1.1em;

}

.policy_text {
  padding-bottom: 50px;
/*
    margin-bottom: 30px;
*/
}


}
