@charset "utf-8"; 

.howto-top2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
    position: relative;
    height: 300px;
    overflow: hidden;
}

.howto-top2 img {
    width: 100%;
}

.howto-top2 .top-title {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 89px;
    margin: auto;
    text-align: center;
    background: rgb(0,0,0,.48);
    padding: 16px 0 10px;
}

.howto-top2 .top-title p {
    font-size: 31px;
    font-weight: bold;
}

.howto-top2 .top-title p span {
    font-size: 20px;
    display: block;
    font-weight: normal;
}

.howto-title2 {
    background: #deebf7;
    padding: 15px 20px 15px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-radius: 15px;
    margin-top: 20px;
}

.howto-title2:first-child {
    margin-top: 40px;
}

.howto-title2 span {
    font-size: 1.5em;
    padding-right: 10px;
}

.howto-title2 + p {
    margin: 25px 0 0;
    font-weight: bold;
    font-size: 20px;
    padding-left: 1em;
    padding-bottom: 0.8em;
    border-bottom: dotted 1px #ccc;
}


.point-box {
    position: relative;
    margin: 30px 0;
}

.point-box1 {
    padding: 40px 35px 25px;
    border: 1px solid #9c9c9c;
    border-radius: 30px;
    margin-top: 50px;
}

.point-box2 {
    padding: 24px 35px 25px;
    background: #ffe9e9;
}

.point-box .point-heading {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.point-box1 .point-heading {
    position: absolute;
    top: -26px;
    left: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 59px 11px 17px;
    background: url(../img/mark_check.png) top 6px right 10px / 43px no-repeat, white;
    line-height: 1.4;
}

.point-box2 .point-heading {
    margin-bottom: 20px;
    background: url(../img/mark_point.png) center right/ 36px no-repeat;
    padding-right: 53px;
    line-height: 2.4;
}

.point-box1 .point-heading img {
    width: 39px;
    height: auto;
    margin-left: 8px;
}

.point-box2 .point-heading img {
    width: 34px;
    margin: -5px 0 -6px 15px;
}

.point-box li {
    position: relative;
    padding-left: 24px;
}

.point-box li + li {
    margin-top: .5em;
}

.point-box li:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.point-box1 li:before {
    background: url(../img/mark_check2.png) top left / 100% no-repeat;
}

.point-box2 li:before {
    background: url(../img/mark_pin.png) top left / 100% no-repeat;
}

.dtm-connection {
    max-width: 800px;
    margin: 35px auto;
}

.dtm-map {
    position: relative;
}

.dtm-connection ul li a {
    display: block;
    height: 0;
    position: absolute;
}

@media (max-width: 800px){

    .howto-top2 {
        height: 204px;
    }

    .howto-top2 img {
        height: 100%;
        object-fit: cover;
    }

    .howto-top2 .top-title {
        height: 58px;
    }

    .howto-top2 .top-title p {
        font-size: 16px;
    }

    .howto-top2 .top-title p span {
        font-size: 14px;
    }

    .howto-title2 {
        padding: 14px 100px 14px 10px;
        font-size: 16px;
        line-height:1.4;
    }

    .howto-title2 span {
        font-size: 1.5em;
        padding-right: 10px;
    }

    .howto-wrapper .howto-title2 + p {
        margin: 20px 0 0;
        font-size: 15px;
        padding: 0 0 10px;
    }

    .point-box2 {
        padding: 15px 20px 18px;
    }

    .point-box2 .point-heading {
        background-size: 27px;
        padding-right: 41px;
        margin-bottom: 5px;
    }

    .point-box1 .point-heading {
        padding: 0px 45px 11px 9px;
        left: 11px;
        background-size: 32px;
    }

    .point-box1 {
        padding: 35px 19px 20px;
    }

    .howto-title2:first-child {
        margin-top: 10px;
        background-size: 20px;
        line-height: 1.4;
    }

    .dtm-connection {
        margin: 25px auto 0;
    }

}