@charset "utf-8";


/* お急ぎの方はお電話からお問い合わせください
======================================================= */
.form_style_mail .form_lead{
    font-weight: bold;
}

.form_style_mail form table.form{
    margin: 0 0 50px;
    border-top: 1px solid #E2E2E2;
}

.form_style_mail .form_caption{
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 5px 0 0;
}

ul.check_flex{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 25px;
}

ul.check_flex li input{
    width: 13px;
    height: 13px;
}

.form_style_mail .personalinfor_text{
    background: #F5F5F5;
    margin: 0 0 50px;
}

.form_style_mail .contact_tel_block{
    padding: 30px 0 25px;
    text-align: center;
    background: #F5F5F5;
}

.form_style_mail .block .contact_tel_block h2{
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0 0 25px;
    background: none;
    padding-bottom: 0;
}

.form_style_mail .tel.contact{
    padding-left: 65px;
    background-size: 50px auto;
    background-position: 0 0;
}

.form_style_mail .tel.contact a{
    font-size: 3.8rem;
    line-height: 1.0;
    padding-left: 0;
}

.form_style_mail .contact_tel_block .tel.contact{
    display: table;
    margin: 0 auto 15px;
}


/* スライダー
======================================================= */
.content_slider{
    text-align: center;
}

.content_slider .slider_main{
    position: relative;
    margin: 0 0 10px;
}

.content_slider .bx-wrapper{
    margin: 0 auto;
}

.content_slider .slider_main #main_sofa li img{
    max-width: 100%;
    height: auto;
}

.content_slider .slider_main .arw_prev a ,
.content_slider .slider_main .arw_next a{
    position: absolute;
    display:block;
    width:29px;
    height:0;
    padding-top: 65px;
    background: url(../img/voispod_dl/slidearw_m_l.png) 0 0 no-repeat;
    top: calc( 50% - 32.5px );
    left: 0;
    margin-top: 0;
    overflow: hidden;
    transition: 0.4s;
}
 
.content_slider .slider_main .arw_next a{
    background: url(../img/voispod_dl/slidearw_m_r.png) 0 0 no-repeat;
    left: auto;
    right: 0;
}

.content_slider .slider_main .arw_prev a:hover ,
.content_slider .slider_main .arw_next a:hover {
    opacity: 0.7;
}
 
.content_slider .slider_thumb li a img{
    width: 100%;
    height: auto;
}

.content_slider .slider_thumb li a{
    transition: 0.4s;
}

.content_slider .slider_thumb li a:hover {
    opacity: 0.7;
}

.content_slider img {
    max-width: 100%;
    height: auto;
}


/* レイアウト
======================================================= */
.dl_2col{
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.dl_info{
}

.dl_form{
}


/* コンテンツ
======================================================= */
.dl_info .dl_lead{
    font-size: 2.0rem;
    line-height: 1.4;
    padding: 8px 20px;
    text-align: center;
    color: #fff;
    background: #D81726;
    font-weight: bold;
}

.dl_info .dl_desc_wrap{
    padding: 25px 20px 40px;
    background: #FFF5F5;
}

.dl_info .dl_desc_wrap .dl_desc{
    margin: 0 0 30px;
}

.dl_info .dl_desc_wrap ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contact_recommend_list{
    margin: 30px 0 0;
    padding: 0 0 0 5px;
}

.contact_recommend_list ul{
    font-size: 1.6rem;
    line-height: 1.4;
    color: #D81726;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact_recommend_list ul li{
    position: relative;
    padding: 0 0 0 23px;
}

.contact_recommend_list ul li::before{
    content:"";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background: url(../img/voispod_dl/ico_check.svg) 0 0 no-repeat;
    background-size: contain;
}


/* フォーム
======================================================= */
.dl_form .item-contents{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #D9D9D9;
}

.dl_form .item-contents.item-contents-policy,
.dl_form .item-contents.item-contents-submit{
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.dl_form .item-contents.item-contents-policy{
    margin: 0 0 30px;
}

.dl_form .item-contents.item-contents-submit{
    align-items: center;
}

.dl_form .item-name{
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: bold;
    display: flex;
    gap: 10px;
    align-items: center;
}

.dl_form .item-name .must{
    font-size: 1.2rem;
    line-height: 1.0;
    color: #D81726;
    border: 1px solid #D81726;
    padding: 2.5px 2px;
}

.dl_form form input,
.dl_form form select,
.dl_form form label{
    width: 100%;
    padding: 12px 15px;
    background: #F5F5F5;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
}

.dl_form form input#name,
.dl_form form input#phone,
.dl_form form select#address1{
    width: 61.4%;
}

.dl_form form button.form-submit{
    margin-bottom: 30px;
}