@charset "UTF-8";
.under_mv_inner{
  background: url("../img/mv.png") right center;
  -webkit-background-size: cover;
  background-size: cover;
}
.policy {
    max-width: 1024px;
    width: 90%;
    margin: 50px auto 80px;
    border: 1px solid #111868;
    padding: 100px;
}
.pol_text {
    color: #111868;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}
.pol_link {
    max-width: 291px;
    width: 100%;
    margin: 35px auto 0;
}
.pol_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C5010F;
    color: #fff;
    padding: 10px 0;
    font-weight: bold;
  position: relative;
}
.pol_link a::after{
  content: '';
  background: url("../../common/img/icon_blank.svg")no-repeat center;
  display: inline-block;
  width: 15px;
  height: 15px;
    position: absolute;
    right: 30px;
}
@media screen and (max-width: 767px) {
.policy {
    padding: 40px 5%;
}
.pol_text {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: left;
}
.pol_link {
    margin: 20px auto 0;
}
}
@media print {

}