@charset "utf-8";

.kv.kv__top {
    height: 0;
    padding-top: 33.6%;
    background: url(/insurance/assets/img/key02.jpg) center center no-repeat;
    background-size: cover;
}
.kv__texts {
    top: 50%;
    transform: translate(0, -50%);
}

.ordermade {
    padding: calc(83 / 1000 * 100%) 0 calc(100 / 1000 * 100%) 0;
    width: 100%;
}
.ordermade__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    width: 100%;
}
.ordermade__item {

}
.ordermade__item--text {
    width: calc(460 / 1000 * 100%);
    margin: 0 calc(40 / 1000 * 100%) 0 0;
}
.ordermade__title {
    font-size: 2rem;
}
@media screen and (max-width: 768px) {
    .ordermade__title  {
        font-size: 2.67vw;
    }
}
.ordermade__text {
    font-size: 1.6rem
}
@media screen and (max-width: 768px) {
    .ordermade__text  {
        font-size: 2.13vw;
    }
}


.solutionorder {
    background-color: #eee;
}


.supportflow {
    margin: 0 0 calc(100 / 1000 * 100%);
    background-color: #dedede;
}
.supportflow__detail {
    padding: 0 0 calc(40 / 1000 * 100%);
    font-size: 1.6rem;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .supportflow__detail  {
        font-size: 2.13vw;
    }
}
.supportflow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    width: 100%;
}
.supportflow__item {
    margin: 0 calc(5 / 1000 * 100%) calc(5 / 1000 * 100%) 0;
    padding: calc(15 / 1000 * 100%);
    width: calc(330 / 1000 * 100%);
    background-color: #ff687a;
    color: #fff;
}
.supportflow__item:nth-of-type(3n) {
    margin-right: 0;
}
.supportflow__item:nth-last-child(-n+3) {
    margin-bottom: 0;
}
.supportflow__title {
    display: block;
    margin: 0 0 calc(6 / 300 * 100%);
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .supportflow__detail  {
        font-size: 2.13vw;
    }
}
.supportflow__text {
    text-align: left;
    font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
    .supportflow__detail  {
        font-size: 1.87vw;
    }
}