@charset "utf-8";

.policy {
    width: 100%;
}
.policy h2{
    width: 100%;
    height: 17.5610vw;
    line-height: 17.5610vw;
    font-size: 3.9024vw;
    font-weight: 500;
    text-align: center;
    background-color: #2d3788;
    color: #fff;
    position: relative;
}
.policy h2 .btn-back {
    width: 5.4878vw;
    height: 5.0000vw;
    background-image: url(../images/contact/arrow_l.png);
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6.0976vw;
}
.policy ul {
    width: 82.4390vw;
    margin:  0 auto 9.7561vw;
    padding-top: 17.0732vw;
}
.policy ul li {
    margin-bottom: 9.7561vw;
}
.policy ul li h6{
    font-size: 3.9024vw;
    font-weight: 500;
    margin-bottom: 2.4390vw;
}
.policy ul li p{
    font-size: 3.6585vw;
    word-break: keep-all;
}
.policy div {
    width: 82.4390vw;
    margin:  0 auto;
    padding-bottom: 19.5122vw;
}
.policy div p{
    font-size: 3.6585vw;
    margin-bottom: 2.4390vw;
    word-break: keep-all;
}
.policy .btn-wrap {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 18.2927vw;
}
.policy .btn-wrap .btn-home {
    width: 29.2683vw;
    height: 12.1951vw;
    line-height: 12.1951vw;
    background-color: #2d3788;
    color: #fff;
    font-size: 3.4146vw;
    font-weight: bold;
}