/* DLページ--------------------------------------------- */
.dl-page-wrapper{
    max-width:1440px;
    width: 100%;
    /* margin: 90px auto; */
    margin: 0 auto;
    padding: 0px 90px;
    background-color:#FFF;
    /* padding: 35px 100px; */
    height: max-content;
    text-align: left;
}
.dl-page-wrapper > .title-container{
    padding-top: 60px;
}

.dl-container{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    text-align: left
}
/* DLイメージ
--------------------------- */
.left-dl-page{
    display: flex;
    flex-direction: column;
    width: 50%;
    float: left;
    padding: 0 30px 30px 0;
    text-align: left;   
}
.dl-page-images{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.dl-title-page{
    width: 32%;
    float: left;
}
.dl-page-images{
    max-width: 100%;
}
.dl-index{
    width: 32%;
    float: left;
}
.dl-mitsukoshi{
    width: 32%;
    float: left;
}
.dl-page-text{
    font-size:16px;
    padding-bottom: 0px;
}
.text-box h3 {
    text-align: left;
    font-size: 30px;
    font-weight: 500;
    /* margin-bottom: 10px; */
}
.text-box ul.document {
    margin-bottom: 60px;
}
.text-box ul.document {
    list-style: none;
    font-size: 20px;
}
.text-box ul.document li {
    font-size: 20px;
    padding-left: 34px;
    vertical-align: middle;
    background: url(http://metaversesouken.com/wp-content/themes/metaverse-souken/assets/images/checkbox-icon.png) no-repeat;
    background-size: 24px auto;
    line-height: 1.7em;
    margin-bottom: 12px;
    background-position: left center;
}
.text-box ul.triangle li {
    /* font-size: 15px; */
    position: relative;
    padding-left: 34px;
}
.text-box ul.triangle li:before {
    position: absolute;
    content: '';
    top: 0.5em;
    left: 0.5em;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #000;
}
/* contactページ */
.undertext{
    font-size:20px;
    padding-bottom: 50px;
    line-height: 1.5em;
}
.title-container-h3 {
    display: flex;
    align-items: center;
    width: 100%; /* コンテナを全幅に */
    padding: 0px 0 20px 0;
}
.title-with-line-h3{
    font-size: 25px;
    font-weight: 500;
    color: #000000;
    white-space: nowrap;
    margin: 0;
    padding-right: 15px;
}


.c__feature-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.c__feature-row{
    position: relative;
    padding: 10px 0; /* 上下の余白を追加 */
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 30%;
}
.c__feature-title, .c__feature-number, .c__feature-text {
    color: #000000;
    line-height: 1.7em;
    padding: 5px 0;
}
.c__feature-title {
    font-size: 20px;
    font-weight: bold;
}

.c__feature-number {
    font-size: 20px;
}

.c__feature-number span {
    font-size: 40px;
    font-weight: 500;
}

.c__feature-text {
    font-size: 20px;
}

.c__feature-row:last-child::after {
    display: none; /* 最後の行には区切り線を表示しない */
    /* padding: 32px 0 0 0; */
}

/* Contactフォーム */
.dl-form-page{
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 50%;
}
.soudan-form-page{
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 40%;
}
.right-dl-page{
    font-weight: 900;
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    text-align: left;
}
.right-dl-page span{
    color:#FF0A08;
    font-size:8px;
}
.right-dl-page-input{
    width:100%;
    margin:2px 0 2px 0;
    padding:4px 7px 4px 7px;
    font-size:16px;
    background-color: #F9F9F9;
    border:solid 1px #CBD6E2;
    border-radius: 2px;
    font-weight: 100;
}
.contact-submit{
    display: block;
    text-align: center;
    background: linear-gradient(to right, #180D4F, #11B7ED);
    border-radius: 2px;
    position: relative;
    margin: 8px auto 0 auto;
    width: 100%;
    height: auto;
    padding: 8px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border: 1.5px solid #FFFFFF;
}
.contact-submit:hover {
    background: #fff;
    color: #000000;
    border: 1.5px solid #000000;
}
.contact-submit:hover:after {
  right: 1.4rem;
}
@media screen and (max-width:650px) {
    /* DLページ--------------------------------------------- */
    .dl-page-wrapper{
        padding: 20px 20px;
    }
    .soudan-form-page{
        display: flex;
        flex-direction: column;
        align-items: left;
        width: 100%;
    }
    /* DLイメージ
    --------------------------- */
    .left-dl-page{
        width: 100%;
        padding: 0px;
    }
    .left-dl-page h2{
        font-size: 5px;
        margin-bottom: 20px;
    }
    /* DLフォーム
    --------------------------- */
    .dl-form-page{
        display: flex;
        flex-direction: column;
        align-items: left;
        width: 100%;
    }
    .right-dl-page{
        width: 100%;
        margin: 20px 0;
        padding: 0px;
    }
    .dl-wrapper{
        padding:45px 20px;
    }
    .dl-wrapper h2{
        font-size: 30px;
        padding-bottom: 20px;
    }
    .left-dl h2{
        font-size: 30px;
    }
    .left-dl{
        width: 100%;
        float: left;
        padding-top: 30px;
        padding-right: 0px;
        text-align: left;
    }
    .dl-page-text{
        padding-bottom:0;
    }
    /* 追加 */
    .contact-page-text{
        display: none;
    }
    .right-dl{
        width: 100%;
        float: left;
        padding-top: 10px;
        padding-left: 0px;
        text-align: left;
    }
}