/*  ---------------------------------------
202110 search-page-reason
---------------------------------------  */
#dm-wrap {
    margin: 200px 0 0;
    width: 100%;
    }

.pageTitle {
    padding: 30px 0;
    }
.search-dm-main {
    width: 1000px;
    margin: 0 auto 30px;
    }

.common-bnr-box {
    width: 900px;
    margin: 0 auto;
    }
.common-bnr-box img{
    max-width: 100%;
    margin: 0 auto;
    }


h2.ud_tx-section-title {
    text-align: center;
    font-size: 40px;
    line-height: 1.6em;
    margin: 60px auto 40px;
    }
h2.ud_tx-section-title span{
    font-size: 30px;
    line-height: 1.4em;
    }

.search-selected-reason-wrap {
    width: 960px;
    margin: 0 auto 160px;
    }
.acd-check{
    display: none;
    }
.acd-label{
    xborder: 1px solid #999;
    background: #DC1616;
    color: #FFF;
    display: block;
    margin-bottom: 1px;
    padding: 0;
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 54px;
    margin: 0 auto 30px;
    }
.acd-label:after{
    background: #FC6703;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 14px;
    line-height: 54px;
    padding: 0 20px;
    }
.acd-check:checked + .acd-label:after{
    content: '\f068';
    }
.acd-content{
    border: 1px solid #999;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 0;
    opacity: 0;
    padding: 0 20px;
    box-sizing: border-box;
    transition: .5s;
    visibility: hidden;
    margin: -31px auto 30px;
    }
p.img-wrap {
    width: 35%;
    }
p.img-wrap img{
    width: 100%;
    }
p.contents-wrap {
    width: 62%;
    padding: 0 1em 0 0;
    font-size: 15px;
    line-height: 1.6em;
    }
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 30px 20px;
    visibility: visible;
    box-sizing: border-box;
    }


@media screen and (max-width: 769px){
#dm-wrap {
    margin: 70px 0 0;
    width: 100%;
    }
.common-bnr-box {
    width: 90%;
    margin: 0 auto;
    }
.pageTitle {
    padding: 30px 0;
    }
.search-dm-main {
    width: 94%;
    margin: 0 auto 30px;
    }

h2.ud_tx-section-title {
    font-size: 20px;
    line-height: 1.6em;
    margin: 30px auto 30px;
    }
h2.ud_tx-section-title span{
    font-size: 17px;
    line-height: 1.4em;
    }

.search-selected-reason-wrap {
    width: 94%;
    margin: 0 auto 80px;
    }
.acd-check{
    display: none;
    }
.acd-label{
    text-align: left;
    font-size: 17px;
    padding: 0 0 0 1em;
    margin: 0 auto 16px;
    }
.acd-label:after{
    background: #FC6703;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 14px;
    line-height: 54px;
    padding: 0 20px;
    }
.acd-check:checked + .acd-label:after{
    content: '\f068';
    }
.acd-content{
    border: 1px solid #999;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 0;
    opacity: 0;
    padding: 0 20px;
    box-sizing: border-box;
    transition: .5s;
    visibility: hidden;
    margin: -17px auto 16px;
    }
p.img-wrap {
    width: 100%;
    margin: 0 auto 16px;
    }
p.img-wrap img{
    width: 100%;
    }
p.contents-wrap {
    width: 100%;
    padding: 0;
    font-size: 14px;
    }
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 30px 20px;
    visibility: visible;
    box-sizing: border-box;
    }

}