@charset "utf-8";

/*cookieのclose*/
.cookie-box.close{
display:none;
}



/*タイトルの●を消す*/

.headline05.nodot{
padding-left: 0;
}
.headline05.nodot::before{
content:unset;
}






/*お問い合わせ（必須追加、確認画面）*/


.form-address .ttl {
    position: relative;
}
.form-address .must {
    padding: 3px 0 4px;
    width: 39px;
    position: absolute;
    top: 2px;
    left: 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    background-color: #CB3C65;
    box-sizing: border-box;
}


table.form-dl{
}

table.form-dl th {
    padding: 6px 0 10px 61px;
    position: relative;
    font-weight: 500;
}

table.form-dl td {
    padding: 0 0 10px 4.45em;
}



/*お問い合わせ注意書き*/


.personal-box .border-box.attention{
height: auto;
}
.personal-box .border-box.attention ul li{
list-style: disc;
    margin-left: 20px;
    margin-bottom: 5px;
}
.personal-box .border-box.attention ul li:last-child{
margin-bottom:0;
}


/*お問い合わせ住所必須*/

.form-address.otoiawase,
.form-address.setting-must{
padding-left:0;
}

.form-address.setting-must .ttl.address {
    padding-left: 61px;
}

.form-address.otoiawase .address-dl dd.textarea{
    /*padding-left:13.5em;*/
padding-left:0em;
}


.form-address.otoiawase .address-dl dd {
    width: calc(100% - 213px);
}


/*総合ディスカウントストア運営事業の動画をmp4に*/

#main .video.mp4 video{
width:100%;
}




/*NoImg枠*/

img.nowprinting{
border:1px solid #D5DAE1;
} 

/*PDFアイコンを付けない*/

a.no-pdficon span.com-pdf{
    display: none;
}

.com-btn03.no-pdfbg a::after{
    background: none;
}





/*店舗検索*/

.com-btn01.partner_search{
text-align:right;
position:relative;
}
.com-btn01.partner_search p#search{
text-align:right;
width: 400px;
    position: absolute;
    bottom: 0;
    right: 40px;
    text-align: left;
}

#main .com-btn01.search-result_topbtn a {
    width: 300px;
}

.form-box .check-ul input[type="checkbox"] ~ span.disabled{
opacity:0.4;
}


/*店舗検索お問い合わせ*/

.form-tenant_info{
    display: flex;
margin-bottom:50px;
font-size: 2rem;
}
.form-tenant_info dt{
width:55%;
    display: flex;
border:1px solid #707070;
border-right:none;
padding:20px 40px;
}
.form-tenant_info dd{
width:45%;
    display: flex;
border:1px solid #707070;
padding:20px;
}
.form-tenant_info input[type="text"]{
    width: auto;
    height: auto;
    border: none;
font-size: 1.6rem;
padding: 0;
width: 100%;
}





/*IR 月次*/

.ir_monthly_textarea{
    margin: 54px auto;
}


/*企業理念*/

#main .inner.philosophy_start {
    padding: 0px 0 61px;
    border-top: none;
}











@media all and (max-width: 896px) {

.form-address .ttl {
    display: inline;
}
.form-address .must {
    padding: 3px 0 4px;
    width: 35px;
    top: 7px;
    left: 0;
    font-size: 1rem;
}


.form-address.otoiawase .address-dl {
    flex-flow: column;
}

.form-address.otoiawase .address-dl dt {
    padding-top: 0;
    width: 100%;
    margin-top: 5px;
    padding-left: 45px;
padding-bottom: 10px;
}

.form-address.otoiawase .address-dl dd {
    width: 100%;
}


.form-address.otoiawase .address-dl dd.textarea {
    padding-left: 0;
}
.form-address.setting-must .ttl.address {
    padding-left: 45px;
}
.form-address.setting-must .must {
    top: 3px;
}
.form-address.setting-must .address-dl{
margin-top:10px;
}


.com-btn01.partner_search{
text-align:center;
padding-bottom:20px;
}
.com-btn01.partner_search p#search{
    width: 100%;
    position: absolute;
    bottom: auto;
    right: auto;
}



.form-tenant_info {
    flex-flow: column;
font-size: 1.5rem;
}
.form-tenant_info dt{
width:auto;
    padding: 10px;
border-right:1px solid #707070;
border-bottom:none;
}
.form-tenant_info dd{
width:auto;
    padding: 10px;
}

.form-tenant_info input[type="text"]{
font-size: 1.5rem;
}





}

