@charset "UTF-8";

/**********在宅支援***************/
.remote-disc {
    margin-bottom: 62px;
}
.remote-disc>p {
    margin-bottom: 32px;
}
.remote-dt-point {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.remote-dt-point>span {
    background: #0058bc;
    color: #fff;
    width: 26px;
    height: 26px;
    display: flex;
    border-radius: 3px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 9px;
}
.remote-dt-point>p {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
}

.remote-disc>dl>dd {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 32px;
}

.remote-point {
  background: #e8f1fa;
  padding: 24px;
  margin-bottom: 24px;
}
.remote-point>li {
    list-style: inside;
    margin-bottom: 12px;
}
.remote-point>li:nth-child(4) {
    margin-bottom: 0;
}

/**********問い合わせラベル***************/
.any .smf-item__col--label::after {
    content: "任意";
    color: #fff;
    font-size: 11px;
    background: #8F8F8F;
    padding: 6px 8px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.privacy .smf-label {
    position: relative;
}

.privacy .smf-label::before {
    content: "必須";
    color: #fff;
    font-size: 11px;
    background: #ff0036;
    padding: 6px 8px;
    display: block;
    margin-right: 12px;
    position: relative;

}


@media screen and (max-width: 600px) {
    .privacy .smf-label::before {
        content: "";
        display: none;
    }
    .privacy .smf-label::after {
    content: "必須";
    color: #fff;
    font-size: 11px;
    background: #ff0036;
    padding: 6px 8px;
    display: block;
    margin-left: auto;
    position: relative;

}
}