@charset "UTF-8";
.under_mv{
    background: url("../img/mv.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}

.main_content{
}
.policy {
    max-width: 1024px;
    width: 90%;
    margin: 70px auto 0;
    box-sizing: border-box;
}
.policy_card{
    padding-top: 20px;
    padding-bottom: 20px;
}
.policy_midashi {
    font-weight: bold;
}
.policy_text {
    letter-spacing: 0;
    margin-top: 10px;
}
.access{
    max-width: 1024px;
    width: 90%;
    margin: 60px auto 120px;
    background: url("../img/box_bg.png") center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 40px;
    box-shadow: 0px 3px 6px #00000029;
    box-sizing: border-box;
}
.access_midashi {
    font-size: 2rem;
    font-weight: bold;
}
.access_content {
    margin-top: 20px;
}
.access_content a{
    color: #222;
}
@media screen and (max-width: 767px) {

.access {
    padding: 30px 5%;
}
}
