:root {
    --main-bg-color: #fff0c8;
    --main-key-color:#f06400;
}

.example_search .inBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

.example_search .inBox .btn {
    margin: 0 10px
}

.example_search .inBox .btn a {
    border-radius: 10px
}

@media screen and (max-width: 768px) {
    .example_search .inBox .btn a {
        padding: 10px 30px 10px 10px
    }
}

@media screen and (max-width: 768px) {
    .example_search .inBox .btn {
        width: 48%;
        margin: 0 1%;
        font-size: 13px
    }
}

.example_search .searchBox {
    display: none;
    width: 800px;
    margin: 30px auto;
    background-color: #FFDCDC;
    padding: 30px;
    border-radius: 20px
}

@media screen and (max-width: 768px) {
    .example_search .searchBox {
        width: 96%;
        margin: 20px 2% 0;
        padding: 15px
    }
}

.example_search .searchBox .in .title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 20px 0
}

@media screen and (max-width: 768px) {
    .example_search .searchBox .in .title {
        padding: 10px 0 0
    }
}

.example_search .searchBox .in .listBox {
    padding: 0 0 40px
}

@media screen and (max-width: 768px) {
    .example_search .searchBox .in .listBox {
        border-bottom: 1px dotted #42210B;
        padding: 0;
        margin: 0 0 20px
    }
}

.example_search .searchBox .in .listBox .list_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    border-bottom: 1px dotted #42210B
}

@media screen and (max-width: 768px) {
    .example_search .searchBox .in .listBox .list_in {
        border-bottom: none
    }
}

.example_search .searchBox .in .listBox .list_in .par {
    font-size: 15px;
    width: 22%;
    font-weight: bold;
    background-color: #42210B;
    color: #FFF;
    text-align: center;
    padding: 5px 0px
}

@media screen and (max-width: 768px) {
    .example_search .searchBox .in .listBox .list_in .par {
        width: 100%
    }
}

.example_search .searchBox .in .listBox .list_in .chi,
.example_search .searchBox .in .listBox .list_in .chi2 {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start
}

@media screen and (max-width: 768px) {

    .example_search .searchBox .in .listBox .list_in .chi,
    .example_search .searchBox .in .listBox .list_in .chi2 {
        width: 100%;
        padding: 10px 0 0 0
    }
}

.example_search .searchBox .in .listBox .list_in .chi label,
.example_search .searchBox .in .listBox .list_in .chi2 label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 3px 10px 3px 3px;
    font-size: 14px
}

.example_search .searchBox .in .listBox .list_in .chi label input,
.example_search .searchBox .in .listBox .list_in .chi2 label input {
    width: 20px;
    height: 20px;
    margin: 0 3px 0 0
}

.example_search .searchBox .in .listBox .list_in .chi2 {
    width: 100%
}

.example_search .searchBox .in .listBox .list_in .chi2 label {
    width: 20%;
    margin: 3px 0 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}

.example_search .searchBox .in .listBox .list_in .chi2 label span {
    width: calc(100% - 23px)
}

@media screen and (max-width: 768px) {
    .example_search .searchBox .in .listBox .list_in .chi2 label {
        width: 100%;
        margin: 0
    }

    .example_search .searchBox .in .listBox .list_in .chi2 label span {
        width: 80%;
        padding: 0 0 0 10px
    }
}

.example_search .searchBox .in .btn {
    margin: 0 auto
}

.example_search .searchBox .in .btn:after {
    border-left: 8px solid #42210B
}

.example_search .searchBox .in .btn input {
    width: 330px;
    background-color: #42210B;
    color: #FFF !important;
    text-decoration: none !important;
    display: block;
    padding: 10px;
    border-radius: 20px;
    border: none
}

@media screen and (max-width: 768px) {
    .example_search .searchBox .in .btn input {
        width: 100%
    }
}

.example_search .searchBox .koujiBox .listBox .list_in {
    border-bottom: none
}

.example_search .searchDisplay {
    display: block
}

.gray {
    background-color: #F1F1F1;
    padding: 100px 0
}

@media screen and (max-width: 768px) {
    .exampleBox_list {
        padding: 20px 0px 50px
    }
}

@media screen and (max-width: 768px) {
    .exampleBox_list .example_no_slide .example_lists li {
        width: 90%
    }
}

.exampleBox_list .example_no_slide .example_lists li a .txBox {
    background-color: #F1F1F1
}

.exampleBox_list .example_no_slide .example_lists li a .txBox .cateBox {
    overflow: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
}

.exampleBox_list .example_no_slide .example_lists li a .txBox .cateBox .cate {
    white-space: nowrap
}

.exampleBox_list .example_no_slide .example_lists li a .txBox .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
    .ex_single {
        padding: 0 20px
    }
}

.ex_single .t_h2_l:after {
    background-color: transparent
}

.ex_single .imgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 50px;
    position: relative
}

.ex_single .imgBox:after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 30px;
    border-color: transparent transparent transparent var(--main-key-color);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 768px) {
    .ex_single .imgBox:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 20px;
        border-color: transparent transparent transparent var(--main-key-color)
    }
}

@media screen and (max-width: 768px) {
    .ex_single .imgBox {
        margin: 0 0 20px
    }
}

.ex_single .imgBox .inBox {
    width: 45%;
    position: relative;
    text-align: center;
    overflow: hidden
}

.ex_single .imgBox .inBox .noimg2 {
    min-height: 300px;
}

@media screen and (max-width: 768px) {
    .ex_single .imgBox .inBox {
        /* height: 120px; */
        height:auto;
    }
}

.ex_single .imgBox .inBox img {
    max-width: none;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

@media screen and (max-width: 768px) {
    .ex_single .imgBox .inBox .noimg2 {
        min-height: 100px;
    }
}

.ex_single .imgBox .inBox .noimg2:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ex_single .imgBox .inBox .tx {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    padding: 5px 10px
}

@media screen and (max-width: 768px) {
    .ex_single .imgBox .inBox .tx {
        font-size: 12px;
        padding: 2px 5px
    }
}

.ex_single .imgBox .inBox .tx1 {
    background-color: #42210B
}

.ex_single .imgBox .inBox .tx2 {
    background-color: var(--main-key-color)
}

.ex_single .searchBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 100px
}

@media screen and (max-width: 768px) {
    .ex_single .searchBox {
        margin: 0 0 50px
    }
}

.ex_single .searchBox .inBox {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #D5D5D5;
    padding: 30px 0
}

.ex_single .searchBox .inBox:nth-child(3),
.ex_single .searchBox .inBox:nth-child(4) {
    border-bottom: 1px solid #D5D5D5
}

@media screen and (max-width: 768px) {
    .ex_single .searchBox .inBox:nth-child(3) {
        border-bottom: none
    }
}

@media screen and (max-width: 768px) {
    .ex_single .searchBox .inBox {
        width: 100%;
        padding: 15px 0
    }
}

.ex_single .searchBox .inBox .title {
    width: 15%;
    font-weight: bold
}

@media screen and (max-width: 768px) {
    .ex_single .searchBox .inBox .title {
        width: 25%
    }
}

.ex_single .searchBox .inBox .iconBox {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: -10px;
}

@media screen and (max-width: 768px) {
    .ex_single .searchBox .inBox .iconBox {
        width: 70%;
        margin-bottom: -3px;
    }
}

.ex_single .searchBox .inBox .iconBox div {
    background-color: var(--main-key-color);
    color: #FFF;
    padding: 5px 10px;
    font-size: 12px;
    margin: 0 10px 10px 0;
    border-radius: 30px
}

@media screen and (max-width: 768px) {
    .ex_single .searchBox .inBox .iconBox div {
        line-height: 140%;
        padding: 5px 10px;
        font-size: 10px;
        margin: 0 2px 3px 0
    }
}

.voiceBox_list .inner ul li {
    display: block;
    padding:0 0 20px 0;
}
.voiceBox_list .inner dl {
    padding: 0px;
    border-radius: 20px;
    background: #F1F1F1;
}
.voiceBox_list .inner dl dt {
    background: none;
    padding: 30px 60px 16px 60px;
} 
.voiceBox_list .inner dl dt span.area, 
.voiceBox_list .inner dl dt .user {
    padding-right : 1em;
}
.voiceBox_list .inner dl dt .service {
    display: none;
}
.voiceBox_list .inner dl dd {
    background: none;
    padding: 0 60px 30px 60px;
}
@media screen and (max-width: 768px) {
    .voiceBox_list .inner ul li {
        display: block;
        padding:0 20px 20px 20px;
    }
    .voiceBox_list .inner dl dt {
        padding: 30px 30px 6px 30px;
    } 
    .voiceBox_list .inner dl dd {
        padding: 0 30px 30px 30px;
    }
}

