.inquiry_info_box {
    width: 26%;
    /* max-width: 360px;
    height: 350px; */
    background: #ffffff;
    border-radius: 10px;
    float: right;
    padding: 10px;
}
.inquiry_info_box_back {
    width: 100%;
    height: 100px;
    background: url(../images/inquiry_back.png) no-repeat;
    background-size: 100% 100%;
}
.wen_info_cont ul {
    overflow: hidden;
}
.wen_info_cont ul li {
    width: 100%;
    text-align: left;
    border-top: 1px solid #cccccc;
    font-size: 1em;
    overflow: hidden;
    margin-top: 0.8em;
    cursor: pointer;
}
.wen_info_cont a {
    display: flex;
    margin-top: 0.8em;
}
.wen_info_cont p {
    width: 80%;
    padding-left: 5px;
    box-sizing: border-box;
    font-family: MiSans;
    font-weight: 400;
    color: #0f0f0f;
}
.wen_info_cont ul li:first-child {
    border-top: none;
}
.inquiry_info_box h2 {
    text-align: left;
    margin: 20px 0px 20px 0px;
}
.wen_info_cont img {
    width: 1.2em;
    height: 1.2em;
}
.wen_info_g {
    width: 100%;
    color: #3476fe;
    font-size: 1.2em;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
}
