@charset "utf-8";

.kv.kv__top {
	height: 0;
    padding-top: 33.6%;
    background: url(/insurance/assets/img/corporation/key02.jpg) center center no-repeat;
    background-size: cover;
}
.kv__texts {
	top: 50%;
    transform: translate(0, -50%);
}


.policy__title {
    padding: 0 0 calc(40 / 1000 * 100%) 0;
    color: #f54f58;
	font-size: 2.4rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
    .policy__title  {
        font-size: 3.2vw;
    }
}
.policy__subtitle {
    position: relative;
    padding: 0 0 calc(20 / 1000 * 100%) 0;
    font-size: 1.8rem;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .policy__subtitle  {
        font-size: 2.4vw;
    }
}
.policy__list {
    padding: 0 0 calc(30 / 1000 * 100%) 0;
}
.policy__list:nth-of-type(2) {
    padding: 0 0 calc(60 / 1000 * 100%);
}
.policy__item {
    position: relative;
    left: 1rem;
    padding: 0 0 calc(10 / 1000 * 100%) 0;
    font-size: 1.5rem;
    line-height: 2;
    text-indent: -1rem;
}
@media screen and (max-width: 768px) {
    .policy__item  {
        font-size: 2vw;
    }
}
.policy__item::before {
    content: "•";
    color: rgb(255, 104, 122);
}
.policy__text{
    font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
    .policy__text  {
        font-size: 2vw;
    }
}