﻿

.point-group {
    margin-top: 30px;
}
.point-group > * + * {
    margin-top: 50px;
}
.point-header {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: solid 3px #E5002D;
}
.point-header--img {
    width: 100px;
    margin-bottom: 15px;
    margin-right: 20px;
}
.point-header--img img {
    display: block;
    width: 100%;
    height: auto;
}
.point-header--ttl {
    font-weight: bold;
    font-feature-settings: "palt" 1;
    font-size: 2.25rem;
    margin-top: 15px;
}
.point-item--content {
    margin-top: 15px;
    padding-left: 120px;
}
.point-lead {
    font-size: 1.75rem;
    font-feature-settings: "palt" 1;
    font-weight: bold;
    line-height: 1.5;
}
.point-lead__red {
    color: #E5002D;
}
.text-link{
	color: #0000ee!important;
	text-decoration: underline!important;
}

@media screen and (max-width:767px) {
    .point-group > * + * {
        margin-top: 40px;
    }
    .point-header--ttl {
        font-size: 7.0vw;
        margin-top: 0;
    }
    .point-header--img {
        width: 50px;
        margin-right: 10px;
    }
    .point-item--content {
        margin-top: 10px;
        padding-left: 0;
    }
    .point-lead {
        font-size: 5.0vw;
    }
}

.text-group > * + * {
    margin-top: 7px;
}
.text-item {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.3;
}

@media screen and (max-width:767px) {
    .text-group > * + * {
        margin-top: 10px;
    }
    .text-item {
        line-height: 1.5;
    }
}

.fit-img {
    width: fit-content;
    max-width: 100%;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.normal-text {
    line-height: 1.3;
}
.point-tel {
    width: 500px;
    margin-top: 10px;
}
.point-tel img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width:767px) {
    .point-tel {
        width: 80%;
    }
}