@charset "UTF-8";
.detail_wrap {
    margin: 0 0 100px 0;
}
.detail_in {
    margin: 0 0 100px 0;
}
.detail_in:last-child {
    margin: 0 0 0 0;
}
.detMsg-img {
    margin: 0 30px 0 0;
}
.detMsg-img img {
    border-radius: 10px;
}
.detMsg-name {
    margin: 0 0 20px 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.detMsg-name dt {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    margin: 0 10px 0 0;
}
.detMsg-name dd {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
}
.detMsg-txt {
    line-height: 1.8;
    font-size: 14px;
}
.guide-img {
    margin: 0 0 0 30px;
}
.guide-img img {
    border-radius: 10px;
}
.guide_det {
    border-top: 1px solid #e1e1e1;
    width: 100%;
}
.guide_det dl {
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 0;
    text-decoration: none;
}
.guide_det dl dt {
    padding: 0 20px 0 0;
    font-size: 14px;
    font-weight: bold;
    width: 120px;
    box-sizing: border-box;
}
.guide_det dl dd {
    font-size: 14px;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
}
.areaLst_wrap ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.areaLst_wrap ul li {
    width: 16.66666%;
    margin: 10px 0 0 0;
    font-size: 14px;
    font-weight: bold;
}
.detMap_wrap {
    margin: 60px 0 0 0;
}
@media (min-width: 896px) {
    .detMsg_wrap {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .guide_wrap {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
@media only screen and (max-width: 896px) {
    .detail_wrap {
        margin: 0 0 75px 0;
    }
    .detail-lnk {
        margin: 0 0 20px 0;
    }
    .detail_in {
        margin: 0 0 75px 0;
    }
    .detMsg-img {
        margin: 0 0 20px 0;
        text-align: center;
    }
    .detMsg-img img {
        border-radius: 5px;
    }
    .detMsg-name {
        margin: 0 0 15px 0;
    }
    .detMsg-name dt {
        font-size: 16px;
        margin: 0 10px 0 0;
    }
    .detMsg-name dd {
        font-size: 12px;
    }
    .detMsg-txt {
        line-height: 1.8;
        font-size: 13px;
    }
    .guide-img {
        margin: 0 0 20px 0;
        text-align: center;
    }
    .guide-img img {
        border-radius: 5px;
    }
    .guide_det dl dt {
        padding: 0 15px 0 0;
        font-size: 13px;
        width: 90px;
    }
    .guide_det dl dd {
        font-size: 13px;
        width: -webkit-calc(100% - 90px);
        width: calc(100% - 90px);
    }
    .areaLst_wrap ul li {
        width: 25%;
        margin: 10px 0 0 0;
        font-size: 12px;
        font-weight: bold;
    }
    .detMap_wrap {
        margin: 30px 0 0 0;
    }
    .detMap_wrap iframe {
        height: 250px;
    }
}
